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