コード例 #1
0
 public CreateModel(ITestimonyGroupService testimonyGroupService)
 {
     _testimonyGroupService = testimonyGroupService;
 }
コード例 #2
0
 public IndexModel(ITestimonyGroupService testimonyGroupService)
 {
     _testimonyGroupService = testimonyGroupService;
 }
コード例 #3
0
 public EditModel(ITestimonyGroupService testimonyGroupService)
 {
     _testimonyGroupService = testimonyGroupService;
 }