Exemple #1
0
 public async Task <IEnumerable <Status> > GetStatus(int tableId)
 {
     return(await wikiRepository.GetStatus(tableId));
 }