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