示例#1
0
 public List <ServiceResponse> GetServiceResponse(long id)
 {
     return(paymentRequestRepository.GetServiceResponse(id));
 }