コード例 #1
0
 public MatchReportsController(MatchReportServices matchReportServices, UserServices userServices, IPhotoManager photoManager)
 {
     _matchReportServices = matchReportServices;
     _userServices = userServices;
     _photoManager = photoManager;
 }
コード例 #2
0
 public PlayerMatchStatisticController(MatchReportServices matchReportServices)
 {
     _matchReportServices = matchReportServices;
 }
コード例 #3
0
 public MatchObjectivesController(MatchReportServices matchReportServices)
 {
     _matchReportServices = matchReportServices;
 }