Exemplo n.º 1
0
 public Facade(SotContext context)
 {
     Context         = context;
     _accountService = new AccountService();
 }
Exemplo n.º 2
0
 public void PassContext(SotServiceBase _base, SotContext _context) => _base.SetContext(_context);
Exemplo n.º 3
0
 public AuthService(SotContext context) => Context = context;
Exemplo n.º 4
0
 public void SetContext(SotContext _context) => Context = _context;