Esempio n. 1
0
 public MainHubViewModel()
 {
     _peteEatsService = new PetesEatsService();
 }
Esempio n. 2
0
 public EatItemViewModel()
 {
     _peteEatsService = new PetesEatsService();
 }