예제 #1
0
 public IList <Inquiry> GetInquiry(int?UserCompanyID = 0)
 {
     return(_businessInstance.GetInquiryList(UserCompanyID));
 }