8 lines
213 B
C#
8 lines
213 B
C#
using xCategoryService.Models.Dtos;
|
|
using xDataService.Interfaces;
|
|
|
|
namespace xCategoryService.Interfaces
|
|
{
|
|
public interface IXBaseCategoryProvider<TKey> : IXBaseReferencedProvider<XCategoryDto, TKey>
|
|
{}
|
|
} |