Ejemplo n.º 1
0
        public bool UpdateT_SupplierAddressStatus(UserInfo user, ref T_SupplierAddressInfo t_supplieraddress, int NewStatus, ref string strError)
        {
            T_SupplierAddress_Func tfunc = new T_SupplierAddress_Func();

            return(tfunc.UpdateModelStatus(user, ref t_supplieraddress, NewStatus, ref strError));
        }
Ejemplo n.º 2
0
        public bool GetT_SupplierAddressListByPage(ref List <T_SupplierAddressInfo> modelList, UserInfo user, T_SupplierAddressInfo t_supplieraddress, ref DividPage page, ref string strError)
        {
            T_SupplierAddress_Func tfunc = new T_SupplierAddress_Func();

            return(tfunc.GetModelListByPage(ref modelList, user, t_supplieraddress, ref page, ref strError));
        }
Ejemplo n.º 3
0
        public bool DeleteT_SupplierAddressByModel(UserInfo user, T_SupplierAddressInfo model, ref string strError)
        {
            T_SupplierAddress_Func tfunc = new T_SupplierAddress_Func();

            return(tfunc.DeleteModelByModel(user, model, ref strError));
        }
Ejemplo n.º 4
0
        public bool GetT_SupplierAddressByID(ref T_SupplierAddressInfo model, ref string strError)
        {
            T_SupplierAddress_Func tfunc = new T_SupplierAddress_Func();

            return(tfunc.GetModelByID(ref model, ref strError));
        }
Ejemplo n.º 5
0
        public bool SaveT_SupplierAddress(UserInfo user, ref T_SupplierAddressInfo t_supplieraddress, ref string strError)
        {
            T_SupplierAddress_Func tfunc = new T_SupplierAddress_Func();

            return(tfunc.SaveModelToDB(user, ref t_supplieraddress, ref strError));
        }