Ejemplo n.º 1
0
 public SupplierUpdateOutputDVO SupplierUpdate(SupplierUpdateInputDVO supplierInfo)
 {
     return(memberBusiness.SupplierUpdate(supplierInfo));
 }
Ejemplo n.º 2
0
 public SupplierUpdateOutputDVO PasswordChangeUpdate(SupplierUpdateInputDVO pwdinfo)
 {
     return(memberBusiness.PasswordChangeUpdate(pwdinfo));
 }
Ejemplo n.º 3
0
 public SupplierUpdateOutputDVO CreateSupplier(SupplierUpdateInputDVO suplierinfo)
 {
     return(memberBusiness.CreateSupplier(suplierinfo));
 }