コード例 #1
0
 public void Insert_Enquiry(ref EnquiryInfo enquiry)
 {
     _enquiryRepo.Insert_Enquiry(ref enquiry);
 }