コード例 #1
0
 public UserGamesController(ProfilesService profilesService, UserGamesService userGamesService, UserSearchesService userSearchesService)
 {
     this.profilesService     = profilesService;
     this.userGamesService    = userGamesService;
     this.userSearchesService = userSearchesService;
 }
コード例 #2
0
 public UserGameController(UserGamesService _userGamesService)
 {
     userGamesService = _userGamesService;
 }