Пример #1
0
 public TestController(ITestSystemService service, IIdentityExampleDbContext context)
 {
     this.service = service;
     this.context = context;
 }
Пример #2
0
 public AccountController(UserManager <User> manager, ITestSystemService testSystemService)
 {
     this.UserManager       = manager;
     this.TestSystemService = testSystemService;
 }