Ejemplo n.º 1
0
 public TartanController(ITartanService tartanService)
 {
     this.tartanService = tartanService;
 }
Ejemplo n.º 2
0
 public AccountController(ITartanService tartanService)
     : base(tartanService)
 {
     FormsService = tartanService.FormsService;
     MembershipService = tartanService.MembershipService;
 }