public MatchReportsController(MatchReportServices matchReportServices, UserServices userServices, IPhotoManager photoManager)
 {
     _matchReportServices = matchReportServices;
     _userServices = userServices;
     _photoManager = photoManager;
 }
 public PlayerMatchStatisticController(MatchReportServices matchReportServices)
 {
     _matchReportServices = matchReportServices;
 }
 public MatchObjectivesController(MatchReportServices matchReportServices)
 {
     _matchReportServices = matchReportServices;
 }