public TestController(ITestSystemService service, IIdentityExampleDbContext context) { this.service = service; this.context = context; }
public AccountController(UserManager <User> manager, ITestSystemService testSystemService) { this.UserManager = manager; this.TestSystemService = testSystemService; }