예제 #1
0
        public bool DataRecovery(string F_Id)
        {
            IMst_Product dal = baseDal as IMst_Product;

            return(dal.DataRecovery(F_Id));
        }
예제 #2
0
        public DataTable GetPrint(string filter)
        {
            IMst_Product dal = baseDal as IMst_Product;

            return(dal.GetPrint(filter));
        }
예제 #3
0
        public bool Audit(string F_Id, int state)
        {
            IMst_Product dal = baseDal as IMst_Product;

            return(dal.Audit(F_Id, state));
        }
예제 #4
0
        public DataTable GetTree()
        {
            IMst_Product dal = baseDal as IMst_Product;

            return(dal.GetTree().Tables[0]);
        }