public CreateModel(ITestimonyGroupService testimonyGroupService)
 {
     _testimonyGroupService = testimonyGroupService;
 }
Esempio n. 2
0
 public IndexModel(ITestimonyGroupService testimonyGroupService)
 {
     _testimonyGroupService = testimonyGroupService;
 }
Esempio n. 3
0
 public EditModel(ITestimonyGroupService testimonyGroupService)
 {
     _testimonyGroupService = testimonyGroupService;
 }