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