Beispiel #1
0
 public async Task <IEnumerable <Check> > Get()
 {
     return(await _checkService.GetAllAsync());
 }