Ejemplo n.º 1
0
        public void GetEffluentTreatmentPlantDetails()
        {
            bftp = new BEffluentTreatmentPlant();
            DataSet DS = new DataSet();

            DS = bftp.GetEffluentTreatmentPlantDetails();
            if (!Comman.Comman.IsDataSetEmpty(DS))
            {
                rpEffluentTreatmentPlant.DataSource = DS;
                rpEffluentTreatmentPlant.DataBind();
            }
        }