public GetTableList(IApiScopeTableList tableList)
 {
     _tableList = tableList;
 }
 public GetTableListByApiResource(IConfigurationRepository <ApiResourceScope> apiResourceScopeRepository,
                                  IApiScopeTableList tableList)
 {
     _apiResourceScopeRepository = apiResourceScopeRepository;
     _tableList = tableList;
 }
Esempio n. 3
0
 public GetTableListByClient(IConfigurationRepository <ClientScope> clientScopeRepository, IApiScopeTableList tableList)
 {
     _clientScopeRepository = clientScopeRepository;
     _tableList             = tableList;
 }