using xCategoryService.Models.Entities; using xPushService.Interfaces; namespace xCategoryService.Interfaces.Entities { public interface IXCategoryEntityHub : IXBaseEntityHub { } }