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