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