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