コード例 #1
0
 public TartanController(ITartanService tartanService)
 {
     this.tartanService = tartanService;
 }
コード例 #2
0
 public AccountController(ITartanService tartanService)
     : base(tartanService)
 {
     FormsService = tartanService.FormsService;
     MembershipService = tartanService.MembershipService;
 }