Exemple #1
0
        public DataTable Bind_Ward(int Ind = 0, int CityCode = 0, int ZoneId = 0)
        {
            DL_EmpMasterList dlobj = new DL_EmpMasterList();
            DataTable        dt    = new DataTable();

            dt = dlobj.DL_FillWard(Ind, CityCode, ZoneId);
            return(dt);
        }
Exemple #2
0
        public DataTable Bind_SubSection(int Ind = 0, int CityCode = 0, int DeptCode = 0)
        {
            DL_EmpMasterList dlobj = new DL_EmpMasterList();
            DataTable        dt    = new DataTable();

            dt = dlobj.DL_FillSubsection(Ind, CityCode, DeptCode);
            return(dt);
        }
Exemple #3
0
        public DataTable Bind_Zone(int Ind = 0, int CityCode = 0)
        {
            DL_EmpMasterList dlobj = new DL_EmpMasterList();
            DataTable        dt    = new DataTable();

            dt = dlobj.DL_FillZone(Ind, CityCode);
            return(dt);
        }