public CreateModel(ITestimonyGroupService testimonyGroupService)
 {
     _testimonyGroupService = testimonyGroupService;
 }
Beispiel #2
0
 public IndexModel(ITestimonyGroupService testimonyGroupService)
 {
     _testimonyGroupService = testimonyGroupService;
 }
Beispiel #3
0
 public EditModel(ITestimonyGroupService testimonyGroupService)
 {
     _testimonyGroupService = testimonyGroupService;
 }