Esempio n. 1
0
 private MenuViewModel createModel(int page, string notification)
 {
     return(new MenuViewModel(
                _service.Lists(page, MenuViewModel.PageCount),
                _service.Counts(),
                page,
                notification));
 }
Esempio n. 2
0
 public int Counts() => _service.Counts();