public SupplierInfoDTO getSupplierInfo(Guid pk) { return(SupplierInfoBLImp.loadSupplierInfoDto(pk)); }
public SupplierInfoDTO getSupplierInfoByCode(string suppCode) { return(SupplierInfoBLImp.getSupplierPKByCode(suppCode)); }
public ISupplierInfoBL createSupplierBL() { return(SupplierInfoBLImp.getInstanceSupplierInfoBLImp()); }