Ejemplo n.º 1
0
 public FriendController(IAppServiceFriend appServiceFriend, IAppServiceGame appServiceGame)
 {
     _appServiceFriend = appServiceFriend;
     _appServiceGame   = appServiceGame;
 }
Ejemplo n.º 2
0
 public GameController(IAppServiceGame appServiceGame)
 {
     _appServiceGame = appServiceGame;
 }