Ejemplo n.º 1
0
		public MainPageViewModel (IVolleyballLocationService volleyballLocationService)
		{
			_volleyballLocationService = volleyballLocationService;
			LoadVolleyballLocationsAsync ();
		}
 public MainPageViewModel(IVolleyballLocationService volleyballLocationService)
 {
     _volleyballLocationService = volleyballLocationService;
     LoadVolleyballLocationsAsync();
 }