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