Пример #1
0
 public ProgramUI()
 {
     _menuRepo = new MenuRepository();
     _menu     = _menuRepo.GetAllMenuItems();
 }