示例#1
0
 public UserController(Token token)
 {
     this.config = config;
     this.tk     = token;
     this.token  = token.AddAndGet("CommpanyInfo");
 }
示例#2
0
 public TagController(IConfiguration config, Token token)
 {
     this.config = config;
     this.token  = token.AddAndGet("CommpanyInfo");
 }