Пример #1
0
 // GET: BookOrders
 public async Task <ActionResult> Index()
 {
     return(View(await _bookOrderApiService.GetAsync()));
 }