Refactor Category Service ...
- Add all HardCoded Strings in Constants ... - Apply Resolve Constant Replacement Side Affects ... - add Support for Service Main Provider ...
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using xCategoryService.Constants;
|
||||
using xCategoryService.Interfaces;
|
||||
using xStringService.Interfaces.Dtos;
|
||||
using xStringService.Providers;
|
||||
@@ -9,8 +10,8 @@ namespace xCategoryService.Providers
|
||||
public XCategoryDescriptionResourceProvider(
|
||||
IXStringServiceProvider stringProvider
|
||||
) : base(
|
||||
item: "CatD",
|
||||
stringProvider
|
||||
stringProvider: stringProvider,
|
||||
item: XCategoryServiceConstants.CategoryDescriptionResourceIdentifier
|
||||
)
|
||||
{ }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user