public SupplierOutputDVO GetSupplierForPortal(SupplierInputDVO supplierInfo)
 {
     return(memberBusiness.GetSupplierForPortal(supplierInfo));
 }
 public SupplierOutputDVO GetSupplierForXMLEntegration(SupplierInputDVO supplierInfo)
 {
     return(xmlBusiness.GetSupplierForXMLEntegration(supplierInfo));
 }
 public SupplierOutputDVO GetSupplierForUpdate(SupplierInputDVO supplierInput)
 {
     return(memberBusiness.GetSupplierForUpdate(supplierInput));
 }