示例#1
0
 public IActionResult Get(int companyId, DateTime date)
 {
     return(Ok(_reservationRepository.GetAllForCompanyOnDate(companyId, date)));
 }