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