Exemplo n.º 1
0
        public DataTable GetMaterialDemandPlan(string fromDate, string toDate, string PlanID)
        {
            PlanDAC dac = new PlanDAC();

            return(dac.GetMaterialDemandPlan(fromDate, toDate, PlanID));
        }