This commit is contained in:
2026-06-01 01:25:00 +03:30
parent 67edd50046
commit bcfe7b7de1
+12 -11
View File
@@ -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
}