示例#1
0
 public RentReq GetRentById(int id)
 {
     return(rentRepository.GetRentById(id));
 }