Ejemplo n.º 1
0
 public async Task <IEnumerable <StatusLookup> > GetLookupAsync(string statusTable)
 {
     return(await statusRepository.GetLookupAsync(statusTable));
 }