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