Esempio n. 1
0
 public static void AddSession(Session session)
 {
     SessionDAL.Add(Converters.SessionConverter.ToDAL(session));
 }