Пример #1
0
        //

        //Added by Ashwini 28-sep-2020
        public DataSet Bind_Route(EWA_Common objEWA)
        {
            try
            {
                DL_Common objDL = new DL_Common();
                DataSet   ds    = objDL.BindBusRoute_DL(objEWA);
                return(ds);
            }
            catch (Exception exp)
            {
                throw exp;
            }
        }