public SessionsTableViewSource(SessionListViewController hostController, IList<Session> sessions) { _hostController = hostController; _viewModel = new FullScheduleViewModel(sessions); }
public SessionsTableViewSource(SessionListViewController hostController, IList <Session> sessions) { _hostController = hostController; _viewModel = new FullScheduleViewModel(sessions); }