Пример #1
0
 public bool DeletefileAttached(VendorRegisterDocumentDetail model)
 {
     return(this._mprDataAcess.DeletefileAttached(model));
 }
Пример #2
0
 public IHttpActionResult deleteRegAttachedfile(VendorRegisterDocumentDetail model)
 {
     return(Ok(this._mprBusenessAcess.DeletefileAttached(model)));
 }