public Task <IEnumerable <PersistenceWrapper <ActivityParticipation> > > GetByRelativeMonthIndex(int relativeMonthIndex, Guid userId)
 {
     return(_proxy.GetByRelativeMonthIndex(relativeMonthIndex, userId));
 }
示例#2
0
 private async Task SetActivityParticipations()
 {
     ActivityParticipations = await _activityParticipationService.GetByRelativeMonthIndex(SelectedRelativeIndex, Id);
 }