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

9 lines
278 B
C#

using xCategoryService.Interfaces.Entities;
using xCategoryService.Models.Entities;
using xDataService.Providers;
namespace xCategoryService.Providers.Entities
{
public class XCategoryRepositoryEvents : XBaseRepositoryEvents<XCategory>, IXCategoryRepositoryEvents
{ }
}