using xDataService.Interfaces; using xServices.Models.Entities; namespace xServices.Interfaces { public interface IXTestRepositoryEvents : IXBaseRepositoryEvents { } }