last ...
This commit is contained in:
+12
-11
@@ -207,11 +207,12 @@ namespace xServices.DI
|
||||
app.UseXFileService(
|
||||
isDevelopmentEnvironment: isDevelopmentEnvironment
|
||||
);
|
||||
//
|
||||
// Using Category Service ...
|
||||
app.UseXCategoryService(
|
||||
isDevelopmentEnvironment: isDevelopmentEnvironment
|
||||
);
|
||||
|
||||
// //
|
||||
// // Using Category Service ...
|
||||
// app.UseXCategoryService(
|
||||
// isDevelopmentEnvironment: isDevelopmentEnvironment
|
||||
// );
|
||||
}
|
||||
|
||||
//
|
||||
@@ -330,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