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