示例#1
0
文件: RFQBA.cs 项目: DS-YIL/VendorAPI
 public List <DocumentType> DocumentMasterList()
 {
     return(_rfqDataAcess.DocumentMasterList());
     //throw new NotImplementedException();
 }