public YahooPlayerResourceController(Helpers helpers, YahooApiRequestController yahooApiRequestController, YahooAuthController yahooAuthController, PlayerBaseController playerBaseController, YahooApiEndPoints endPoints)
 {
     _helpers = helpers;
     _yahooApiRequestController = yahooApiRequestController;
     _yahooAuthController       = yahooAuthController;
     _playerBaseController      = playerBaseController;
     _endPoints = endPoints;
 }
Exemple #2
0
 public YahooGameResourceConroller(YahooApiRequestController yahooApiRequestController, YahooAuthController yahooAuthController)
 {
     _yahooApiRequestController = yahooApiRequestController;
     _yahooAuthController       = yahooAuthController;
 }