using System; using xFileService.Models.Dtos; using xFileService.Models.Entities; using xPushService.Interfaces; namespace xFileService.Interfaces.Dtos { public interface IXFileDtoHub : IXBaseDtoHub { } }