Esempio n. 1
0
 public static List <Session> GetAll()
 {
     return(Converters.SessionConverter.ListToDTO(SessionDAL.Get()));
 }