Ejemplo n.º 1
0
 public Inquiry GetInquiryAndInquiryDetail(int InquiryId)
 {
     return(inquiryRepository.GetInquiryAndInquiryDetail(InquiryId));
 }