コード例 #1
0
ファイル: BoardComputer.cs プロジェクト: GianiWVL/VUYLSTEKE
 public void Add(BoardComputer bc)
 {
     try
     {
         Session.Save(bc);
     }
     catch (Exception exception1)
     {
         Exception innerException = exception1;
         throw new Exception(MethodBase.GetCurrentMethod().Name, innerException);
     }
 }
コード例 #2
0
ファイル: BoardComputer.cs プロジェクト: GianiWVL/VUYLSTEKE
 public void Add(BoardComputer bc)
 {
     try
     {
         Session.Save(bc);
     }
     catch (Exception exception1)
     {
         Exception innerException = exception1;
         throw new Exception(MethodBase.GetCurrentMethod().Name, innerException);
     }
 }