示例#1
0
 public bool CancelBooking(int flatId, string comments)
 {
     return(db.CancelBooking(flatId, comments));
 }