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 isDevelopmentEnvironment: isDevelopmentEnvironment
); );
// // //
// // Using Category Service ... // Using Category Service ...
// app.UseXCategoryService( app.UseXCategoryService(
// isDevelopmentEnvironment: isDevelopmentEnvironment isDevelopmentEnvironment: isDevelopmentEnvironment
// ); );
} }
// //
@@ -331,12 +331,12 @@ namespace xServices.DI
repositoryType: repositoryType repositoryType: repositoryType
); );
// // //
// // Register Category Service ... // Register Category Service ...
// services.AddXCategoryService<XApiDbContext>( services.AddXCategoryService<XApiDbContext>(
// lifeTime: lifeTime, lifeTime: lifeTime,
// repositoryType: repositoryType repositoryType: repositoryType
// ); );
} }
#endregion #endregion
} }