示例#1
0
 public async Task <ActionResult <IEnumerable <Horse> > > GetHorsesWithPrice()
 {
     return(Ok(await _horseService.GetHorsesWithPrice()));
 }