using xCategoryService.Models.Entities; using xDataService.Interfaces; namespace xCategoryService.Interfaces.Entities { public interface IXCategoryRepositoryEvents : IXBaseRepositoryEvents { } }