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