Example #1
0
 public FriendController(IAppServiceFriend appServiceFriend, IAppServiceGame appServiceGame)
 {
     _appServiceFriend = appServiceFriend;
     _appServiceGame   = appServiceGame;
 }
Example #2
0
 public GameController(IAppServiceGame appServiceGame)
 {
     _appServiceGame = appServiceGame;
 }