using Competition.IDAL; namespace Competition.IBLL { public interface IBaseService : IBaseRepository where T : class { } }