コード例 #1
0
 public async Task <ActionResult> GraphYearReservation(int userId, int year, int currentPage, int pageSize)
 {
     return(Ok(await _reservationManager.GraphYearReservation(userId, year, currentPage, pageSize)));
 }