public SupplierUpdateOutputDVO SupplierUpdate(SupplierUpdateInputDVO supplierInfo)
 {
     return(memberBusiness.SupplierUpdate(supplierInfo));
 }
 public SupplierUpdateOutputDVO PasswordChangeUpdate(SupplierUpdateInputDVO pwdinfo)
 {
     return(memberBusiness.PasswordChangeUpdate(pwdinfo));
 }
 public SupplierUpdateOutputDVO CreateSupplier(SupplierUpdateInputDVO suplierinfo)
 {
     return(memberBusiness.CreateSupplier(suplierinfo));
 }