Esempio n. 1
0
 public void Add(BoardComputer bc)
 {
     try
     {
         Session.Save(bc);
     }
     catch (Exception exception1)
     {
         Exception innerException = exception1;
         throw new Exception(MethodBase.GetCurrentMethod().Name, innerException);
     }
 }
Esempio n. 2
0
 public void Add(BoardComputer bc)
 {
     try
     {
         Session.Save(bc);
     }
     catch (Exception exception1)
     {
         Exception innerException = exception1;
         throw new Exception(MethodBase.GetCurrentMethod().Name, innerException);
     }
 }