Esempio n. 1
0
 public static Session GetById(int id)
 {
     return(Converters.SessionConverter.ToDTO(SessionDAL.GetById(id)));
 }