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