예제 #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;
 }