예제 #1
0
 /// <summary>
 /// 언어 정보 저장
 /// </summary>
 public bool ucProductStockInfoPopup_Save(ucProductStockInfoPopupEntity pucProductStockInfoPopupEntity, DataTable dt)
 {
     try
     {
         using (DBManager pDBManager = new DBManager())
         {
             bool isReturn = new ucProductStockInfoPopupProvider(pDBManager).ucProductStockInfoPopup_Save(pucProductStockInfoPopupEntity, dt);
             return(isReturn);
         }
     }
     catch (ExceptionManager pExceptionManager)
     {
         throw pExceptionManager;
     }
     catch (Exception pException)
     {
         throw new ExceptionManager(this, "User_Info_Save(UserInformationEntity pUserInformationEntity)", pException);
     }
 }
예제 #2
0
 /// <summary>
 /// 언어 정보 저장
 /// </summary>
 public DataSet ucInspectRequestInfo_Return(string pCRUD, string pPART_CODE, string pPART_NAME)
 {
     try
     {
         using (DBManager pDBManager = new DBManager())
         {
             DataSet pDataTableSet = new ucProductStockInfoPopupProvider(pDBManager).ucInspectRequestInfo_Return(pCRUD, pPART_CODE, pPART_NAME);
             return(pDataTableSet);
         }
     }
     catch (ExceptionManager pExceptionManager)
     {
         throw pExceptionManager;
     }
     catch (Exception pException)
     {
         throw new ExceptionManager(this, "Excel_Info_Mst_Save(ucInspectRequestInfoPopupEntity pucInspectRequestInfoPopupEntity, DataTable dt1, DataTable dt2)", pException);
     }
 }