Exemple #1
0
 public Task <IEnumerable <PersistenceWrapper <EventParticipation> > > GetByRelativeMonthIndex(int relativeMonthIndex, Guid userId)
 {
     return(_proxy.GetByRelativeMonthIndex(relativeMonthIndex, userId));
 }
Exemple #2
0
 private async Task SetEventParticipations()
 {
     EventParticipations = await _eventParticipationService.GetByRelativeMonthIndex(SelectedRelativeIndex, Id);
 }