public bool DataRecovery(string F_Id) { IMst_Product dal = baseDal as IMst_Product; return(dal.DataRecovery(F_Id)); }
public DataTable GetPrint(string filter) { IMst_Product dal = baseDal as IMst_Product; return(dal.GetPrint(filter)); }
public bool Audit(string F_Id, int state) { IMst_Product dal = baseDal as IMst_Product; return(dal.Audit(F_Id, state)); }
public DataTable GetTree() { IMst_Product dal = baseDal as IMst_Product; return(dal.GetTree().Tables[0]); }