Exemplo n.º 1
0
        //#region 상세 정보 조회 - Sample_Info_Sub(ProductOutRegister_T01Entity pProductOutRegister_T01Entity)

        ///// <summary>
        ///// 언어 정보 조회
        ///// </summary>
        //public DataTable Sample_Info_Sub(ProductOutRegister_T01Entity pProductOutRegister_T01Entity)
        //{
        //    try
        //    {
        //        using (DBManager pDBManager = new DBManager())
        //        {
        //            DataTable pDataTable = new ProductOutRegister_T01Provider(pDBManager).Sample_Info_Mst(pProductOutRegister_T01Entity);
        //            return pDataTable;
        //        }
        //    }
        //    catch (ExceptionManager pExceptionManager)
        //    {
        //        throw pExceptionManager;
        //    }
        //    catch (Exception pException)
        //    {
        //        throw new ExceptionManager(this, "Sample_Info_Sub(ProductOutRegister_T01Entity pProductOutRegister_T01Entity)", pException);
        //    }
        //}

        //#endregion

        #region 그리드 정보 저장 - ProductOutRegister_T01_Info_Save(MaterialOrderStatusEntity pMaterialOrderStatusEntity, DataTable dt)

        /// <summary>
        /// 언어 정보 저장
        /// </summary>
        public bool ProductOutRegister_T01_Info_Save(ProductOutRegister_T01Entity pProductOutRegister_T01Entity)
        {
            try
            {
                using (DBManager pDBManager = new DBManager())
                {
                    bool isReturn = new ProductOutRegister_T01Provider(pDBManager).ProductOutRegister_T01_Info_Save(pProductOutRegister_T01Entity);
                    return(isReturn);
                }
            }
            catch (ExceptionManager pExceptionManager)
            {
                throw pExceptionManager;
            }
            catch (Exception pException)
            {
                throw new ExceptionManager(this, "MaterialOutRegister_Info_Save(MaterialOutRegisterEntity pMaterialOutRegisterEntity, DataTable dt)", pException);
            }
        }
Exemplo n.º 2
0
 /// <summary>
 /// 언어 정보 조회
 /// </summary>
 public DataSet Sheet_Info_Sheet_Data(ProductOutRegister_T01Entity pProductOutRegister_T01Entity)
 {
     try
     {
         using (DBManager pDBManager = new DBManager())
         {
             DataSet pDataSet = new ProductOutRegister_T01Provider(pDBManager).Sheet_Info_Sheet_Data(pProductOutRegister_T01Entity);
             return(pDataSet);
         }
     }
     catch (ExceptionManager pExceptionManager)
     {
         throw pExceptionManager;
     }
     catch (Exception pException)
     {
         throw new ExceptionManager(this, "MaterialOutRegister_T01_Info(MaterialOutRegister_T01Entity pMaterialOutRegister_T01Entity)", pException);
     }
 }
Exemplo n.º 3
0
        //#region 마스터 정보 조회 - Sample_Info(ProductOutRegister_T01Entity pProductOutRegister_T01Entity)

        ///// <summary>
        ///// 언어 정보 조회
        ///// </summary>
        //public DataTable Sample_Info(ProductOutRegister_T01Entity pProductOutRegister_T01Entity)
        //{
        //    try
        //    {
        //        using (DBManager pDBManager = new DBManager())
        //        {
        //            DataTable pDataTable = new ProductOutRegister_T01Provider(pDBManager).Sample_Info_Mst(pProductOutRegister_T01Entity);
        //            return pDataTable;
        //        }
        //    }
        //    catch (ExceptionManager pExceptionManager)
        //    {
        //        throw pExceptionManager;
        //    }
        //    catch (Exception pException)
        //    {
        //        throw new ExceptionManager(this, "Sample_Info(ProductOutRegister_T01Entity pProductOutRegister_T01Entity)", pException);
        //    }
        //}

        //#endregion

        #region 마스터 정보 조회 - ProductOutRegister_T01_Info(ProductOutRegister_T01Entity pProductOutRegister_T01Entity)

        /// <summary>
        /// 언어 정보 조회
        /// </summary>
        public DataTable ProductOutRegister_T01_Info(ProductOutRegister_T01Entity pProductOutRegister_T01Entity)
        {
            try
            {
                using (DBManager pDBManager = new DBManager())
                {
                    DataTable pDataTable = new ProductOutRegister_T01Provider(pDBManager).ProductOutRegister_T01_Info_Mst(pProductOutRegister_T01Entity);
                    return(pDataTable);
                }
            }
            catch (ExceptionManager pExceptionManager)
            {
                throw pExceptionManager;
            }
            catch (Exception pException)
            {
                throw new ExceptionManager(this, "MaterialOutRegister_Info(MaterialOutRegisterEntity pMaterialOutRegisterEntity)", pException);
            }
        }
Exemplo n.º 4
0
 public DataTable Sheet_Info_Sheet(ProductOutRegister_T01Entity pProductOutRegister_T01Entity)
 {
     try
     {
         using (DBManager pDBManager = new DBManager())
         {
             DataTable pDataTable = new ProductOutRegister_T01Provider(pDBManager).Sheet_Info_sheet(pProductOutRegister_T01Entity);
             return(pDataTable);
         }
     }
     catch (ExceptionManager pExceptionManager)
     {
         throw pExceptionManager;
     }
     catch (Exception pException)
     {
         throw new ExceptionManager(this, "Sheet_Info_Sheet(MaterialOrderRegisterEntity_Request pMaterialOrderRegisterEntity_Request)", pException);
     }
 }