public GoalStrandsExportController(IGoalStrandService service)
 {
     _service = service;
 }
 public GoalStrandTableController(IGoalStrandService service)
 {
     this.service = service;
 }
Beispiel #3
0
 public GoalStrandsExportController(IGoalStrandService service)
 {
     _service = service;
 }