- Add all HardCoded Strings in Constants ... - Apply Resolve Constant Replacement Side Affects ... - add Support for Service Main Provider ...
8 lines
201 B
C#
8 lines
201 B
C#
using xCategoryService.Models.Entities;
|
|
using xDataService.Interfaces;
|
|
|
|
namespace xCategoryService.Interfaces.Entities
|
|
{
|
|
public interface IXCategorySeeder : IXBaseDbSeeder<XCategory, int>
|
|
{ }
|
|
} |