示例#1
0
 public Inquiry GeInquiryById(int id)
 {
     return(inquiryRepository.Find(id));
 }