Files
xCategoryService/Providers/Entities/XCategoryKeyGenerator.cs
T
2026-06-01 01:04:55 +03:30

9 lines
265 B
C#

using xCategoryService.Interfaces.Entities;
using xCategoryService.Models.Entities;
using xDataService.Providers;
namespace xCategoryService.Providers.Entities
{
public class XCategoryKeyGenerator : XIntKeyGenerator<XCategory>, IXCategoryKeyGenerator
{ }
}