コード例 #1
0
 public EventController(ISportTypeService sportTypeService)
 {
     this.sportTypeService = sportTypeService;
 }
コード例 #2
0
 public SportTypeController(ISportTypeService sportTypeService, IDisciplineService disciplineService)
 {
     _sportTypeService  = sportTypeService;
     _disciplineService = disciplineService;
 }