apply fix on GraphQL ...
This commit is contained in:
+11
-11
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user