Example #1
0
 public RentRes CreateRent(RentReq rentReq)
 {
     return(rentRepository.CreateRent(rentReq));
 }