Exemplo n.º 1
0
 public AccountController(IJwtable iJwt, UserAccountService userService)
 {
     this.Ijwt      = iJwt;
     this.AccoutSvr = userService;
 }
Exemplo n.º 2
0
 public TestController(IJwtable iJwt)
 {
     this.Ijwt = iJwt;
 }
Exemplo n.º 3
0
 public LoginController(IJwtable iJwt)
 {
     this.Ijwt = iJwt;
 }