コード例 #1
0
 public PlatformsController(IPlatformsService platformService, IWebHostEnvironment environment)
 {
     this.platformService = platformService;
     this.environment     = environment;
 }
コード例 #2
0
 public PlatformsController(IPlatformsService platformsService)
 {
     _platformsService = platformsService;
 }