Exemplo n.º 1
0
 public async void LoadItems()
 {
     MenuItems = await _localDatabaseService.GetCategories();
     await LoadRandomProduct();
 }
Exemplo n.º 2
0
 public async void LoadItems()
 {
     MenuItems = await _localDatabaseService.GetCategories();
 }