示例#1
0
 public SaltController(IDLayer ops)
 {
     this.Service = ops;
 }
示例#2
0
 public TokenController(IDLayer ops)
 {
     this.Service = ops;
 }
示例#3
0
 public WebController(IDLayer ops)
 {
     this.Service = ops;
 }