public EnumsController(TenantRepository <T, TDbContext> repo, ApplicationContext appContext, LocalCacheService cache) { _repo = repo; _appContext = appContext; _cache = cache; }
public GetControllerBase(TenantRepository <TEntity, TDbContext> repo) { _repo = repo; }