Esempio n. 1
0
 public static int Update(Sessions session)
 {
     session.SessionId = SessionDAL.Update(session);
     return(session.SessionId);
 }