Exemple #1
0
 public bool SaveInquiry(Inquiry Inquiry)
 {
     return(_businessInstance.SaveInquiryInfo(Inquiry));
 }