last ...
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using xCategoryService.Models.Dtos;
|
||||
using xDataService.Interfaces;
|
||||
|
||||
namespace xCategoryService.Interfaces
|
||||
{
|
||||
public interface IXBaseCategoryProvider<TKey> : IXBaseReferencedProvider<XCategoryDto, TKey>
|
||||
{}
|
||||
}
|
||||
Reference in New Issue
Block a user