Example #1
0
 public MainHubViewModel()
 {
     _peteEatsService = new PetesEatsService();
 }
Example #2
0
 public EatItemViewModel()
 {
     _peteEatsService = new PetesEatsService();
 }