public SponsorTableViewSource(SponsorListViewController hostController, IList<Sponsor> sponsors, IList<string> tiers)
 {
     _viewModel = new SponsorListViewModel(tiers, sponsors);
     _hostController = hostController;
 }
Пример #2
0
 public SponsorTableViewSource(SponsorListViewController hostController, IList <Sponsor> sponsors, IList <string> tiers)
 {
     _viewModel      = new SponsorListViewModel(tiers, sponsors);
     _hostController = hostController;
 }