using xPushService.Interfaces; using xStringService.Models.Dtos; using xStringService.Models.Entities; namespace xStringService.Interfaces.Dtos { public interface IXStringDtoHub : IXBaseDtoHub { } }