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