public SaltController(IDLayer ops) { this.Service = ops; }
public TokenController(IDLayer ops) { this.Service = ops; }
public WebController(IDLayer ops) { this.Service = ops; }