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