Exemple #1
0
 public async Task <IList> GetItems(string table)
 {
     return(await _confsRepository.GetItems(table));
 }