예제 #1
0
파일: RFQBA.cs 프로젝트: DS-YIL/VendorAPI
 public bool DeletefileAttachedforDocuments(RFQDocument obj)
 {
     return(_rfqDataAcess.DeletefileAttachedforDocuments(obj));
 }