コード例 #1
0
 public void UpdateSession(Session s)
 {
     try
     {
         UserBC UserBC = new UserBC();
         UserBC.UpdateSession(s);
         return;
     }
     catch (Exception ex)
     {
         throw;
     }
     finally { }
 }