Exemple #1
0
 public ProxyContext(CalendarioViewContext context, CalendarioServer server)
 {
     _context = context;
     _server  = server;
 }
Exemple #2
0
 public async Task <IEnumerable <ViewModels.Calendario.Subjects.Group> > GetGroupTree(CalendarioViewContext context)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public async Task Build(CalendarioViewContext context)
 {
     _ = context ?? throw new ArgumentNullException();
     var proxy = new ProxyContext(context, _server);
     await _contextBuildService.Build(context, proxy);
 }
Exemple #4
0
 public async Task <IEnumerable <ViewModels.Calendario.CalendarType> > GetUserCalendarTypes(CalendarioViewContext context)
 {
     //var calendarTypesDTO =
     throw new NotImplementedException();
 }