コード例 #1
0
 public GoalStrandsExportController(IGoalStrandService service)
 {
     _service = service;
 }
コード例 #2
0
 public GoalStrandTableController(IGoalStrandService service)
 {
     this.service = service;
 }
コード例 #3
0
 public GoalStrandsExportController(IGoalStrandService service)
 {
     _service = service;
 }