Esempio n. 1
0
 public async Task <int> GetNumberOfAllReservationsForMatchFromCustomerAsync(string customerId, string matchId)
 {
     return(await _reservationDAO.GetNumberOfAllReservationsForMatchFromCustomerAsync(customerId, matchId));
 }