示例#1
0
 public IHttpActionResult CheckIfTheApartmentIsAvailableOnTheRequeftedDate(DateTime startDate, DateTime endDate, int apartmentId)
 {
     return(Ok(orderBL.CheckIfTheApartmentIsAvailableOnTheRequeftedDate(startDate, endDate, apartmentId)));
 }