コード例 #1
0
 public CreativeTonieService(Settings settings, TonieCloudService tonieCloudService, RepositoryService repositoryService)
 {
     this.settings          = settings;
     this.tonieCloudService = tonieCloudService;
     this.repositoryService = repositoryService;
 }