apply fix on GraphQL ...

This commit is contained in:
2026-06-01 15:48:53 +03:30
parent bcfe7b7de1
commit c2d9472ce8
+11 -11
View File
@@ -208,11 +208,11 @@ namespace xServices.DI
isDevelopmentEnvironment: isDevelopmentEnvironment
);
// //
// // Using Category Service ...
// app.UseXCategoryService(
// isDevelopmentEnvironment: isDevelopmentEnvironment
// );
//
// Using Category Service ...
app.UseXCategoryService(
isDevelopmentEnvironment: isDevelopmentEnvironment
);
}
//
@@ -331,12 +331,12 @@ namespace xServices.DI
repositoryType: repositoryType
);
// //
// // Register Category Service ...
// services.AddXCategoryService<XApiDbContext>(
// lifeTime: lifeTime,
// repositoryType: repositoryType
// );
//
// Register Category Service ...
services.AddXCategoryService<XApiDbContext>(
lifeTime: lifeTime,
repositoryType: repositoryType
);
}
#endregion
}