Ejemplo n.º 1
0
 public AuthorizationService()
 {
     _context  = new Context();
     _mutator  = new Mutator <User>();
     _userList = new List <UserDto>();
     _proxy    = new NotifyProxyService();
 }
Ejemplo n.º 2
0
 public DataAccessService()
 {
     _context = new Context();
     _proxy   = new NotifyProxyService();
 }