コード例 #1
0
        //To CheckOrganization
        #region [Check Organization]

        public int CheckOrganization_BL(EWA_Trailset objEWA)
        {
            try
            {
                DL_Trailset objDL = new DL_Trailset();
                int         ds    = objDL.CheckOrganization_DL(objEWA);
                return(ds);
            }
            catch (Exception)
            {
                throw;
            }
        }
コード例 #2
0
        //To Bind Grd
        #region [Bind Grd]

        public int TrailsetAction_BL(EWA_Trailset objEWA)
        {
            try
            {
                DL_Trailset objDL = new DL_Trailset();
                int         ds    = objDL.TrailsetAction_DL(objEWA);
                return(ds);
            }
            catch (Exception)
            {
                throw;
            }
        }
コード例 #3
0
        //To Call Country Grid Bind
        #region [Country Grid Bind]

        public DataSet Bind_DDLOrganization_BL(EWA_Trailset objEWA)
        {
            try
            {
                DL_Trailset objDL = new DL_Trailset();
                DataSet     ds    = objDL.Bind_DDLOrganization_DL(objEWA);
                return(ds);
            }
            catch (Exception)
            {
                throw;
            }
        }