Esempio n. 1
0
 public StartViewModel(INavigationService navigationService, SnapFeudContext context)
 {
     _navigationService = navigationService;
     _gameProxy         = new GameServiceProxy(context.WebApiBaseUri);
     Context            = context;
 }
Esempio n. 2
0
 public GameController(SnapFeudContext snapFeudContext)
 {
     this.snapFeudContext = snapFeudContext;
 }
Esempio n. 3
0
 public HomeController(SnapFeudContext context)
 {
     dbContext = context;
 }