public MlbDataPlayerInfoController(Helpers helpers, ApiInfrastructure apiInfrastructure, MlbDataApiEndPoints endPoints, PostmanMethods postman)
 {
     _helpers           = helpers;
     _apiInfrastructure = apiInfrastructure;
     _endPoints         = endPoints;
     _postman           = postman;
 }
Beispiel #2
0
 public MlbDataSeasonHittingStatsController(Helpers helpers, MlbDataApiEndPoints endPoints, PostmanMethods postman, ApiInfrastructure apiInfrastructure)
 {
     _helpers           = helpers;
     _endPoints         = endPoints;
     _postman           = postman;
     _apiInfrastructure = apiInfrastructure;
 }
Beispiel #3
0
 public MlbDataProjectedHittingStatsController(Helpers helpers, ApiInfrastructure apiInfrastructure, MlbDataApiEndPoints endPoints, PostmanMethods postman)
 {
     _helpers           = helpers;
     _apiInfrastructure = apiInfrastructure;
     _endPoints         = endPoints;
     _postman           = postman;
 }
 public MlbDataPlayerTeamsController(Helpers helpers, MlbDataApiEndPoints endPoints, PostmanMethods postman, ApiInfrastructure apI)
 {
     _helpers   = helpers;
     _endPoints = endPoints;
     _postman   = postman;
     _apI       = apI;
 }