Exemplo n.º 1
0
 protected bool ApproveRequest(RentCarRequest request)
 {
     return(request.GetNumberOfDays() <= GetMaxDaysCanApprove());
 }