Complete SubCategory Data Models and Implementations ...
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using xCategoryService.Models.Entities;
|
||||
using xDataService.Interfaces;
|
||||
|
||||
namespace xCategoryService.Interfaces
|
||||
{
|
||||
public interface IXSubCategorySeeder : IXBaseDbSeeder<XSubCategory, int>
|
||||
{ }
|
||||
}
|
||||
Reference in New Issue
Block a user