Beispiel #1
0
 public async Task <ActionResult <List <BatchModel> > > Get()
 {
     return(await _service.Get());
 }