Files
xCategoryService/Providers/Entities/XSubCategoryKeyGenerator.cs

9 lines
274 B
C#

using xCategoryService.Interfaces.Entities;
using xCategoryService.Models.Entities;
using xDataService.Providers;
namespace xCategoryService.Providers.Entities
{
public class XSubCategoryKeyGenerator : XIntKeyGenerator<XSubCategory>, IXSubCategoryKeyGenerator
{ }
}