Exemplo n.º 1
0
 public bool DeletefileAttached(VendorRegisterDocumentDetail model)
 {
     return(this._mprDataAcess.DeletefileAttached(model));
 }
Exemplo n.º 2
0
 public IHttpActionResult deleteRegAttachedfile(VendorRegisterDocumentDetail model)
 {
     return(Ok(this._mprBusenessAcess.DeletefileAttached(model)));
 }