Esempio n. 1
0
 async Task getFormats(AvailableFiltersViewModel model)
 {
     model.Formats = await formatService.FindAllAsync();
 }
Esempio n. 2
0
 public async Task <IActionResult> Find()
 {
     return(new ObjectResult(await formatService.FindAllAsync()));
 }