Beispiel #1
0
 public void YearlyView()
 {
     YearlyEventsProjection projection = projector.ProjectEvents(new YearlyEventsQuery
     {
         CalendarOwnerId = null,
         Year            = 2014,
     });
 }