コード例 #1
0
 public async Task <SkolplattformenCollection <SkolplattformenClassmate> > GetClassmatesAsync(SkolplattformenChild child) =>
 await _httpClient.GetEtjanstObjectAsync <SkolplattformenCollection <SkolplattformenClassmate> >(Routes.Classmates(child.Id));
コード例 #2
0
 public async Task <SkolplattformenCollection <SkolplattformenCalendarItem> > GetCalendarAsync(SkolplattformenChild child) =>
 await _httpClient.GetEtjanstObjectAsync <SkolplattformenCollection <SkolplattformenCalendarItem> >(Routes.Calendar(child.Id));