public SessionsByTagTableViewSource(SessionListByTagViewController hostController, IList<Session> sessions)
 {
     _sessions = sessions.OrderBy(session => session.Starts).ToList();
     _hostController = hostController;
 }
Exemplo n.º 2
0
 public SessionsByTagTableViewSource(SessionListByTagViewController hostController, IList <Session> sessions)
 {
     _sessions       = sessions.OrderBy(session => session.Starts).ToList();
     _hostController = hostController;
 }