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