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