using xDataService.Interfaces; using xWebinarService.Models.Dtos; using xWebinarService.Models.Entities; namespace xWebinarService.Interfaces.Dtos { public interface IXWebinarSubscriberRepositoryService : IXBaseRepositoryService { } }