Beispiel #1
0
 public Task <Meetings> Get(int id)
 {
     return(Task.FromResult(_meetingService.GetByID(id)));
 }