Exemplo n.º 1
0
 public ProxyContext(CalendarioViewContext context, CalendarioServer server)
 {
     _context = context;
     _server  = server;
 }
Exemplo n.º 2
0
 public CalendarioContextBuilderService(ContextBuilderService contextBuilderService, CalendarioServer server)
 {
     this._contextBuildService = contextBuilderService ?? throw new ArgumentNullException("contextBuildService");
     this._server = server ?? throw new ArgumentNullException("server");
 }