예제 #1
0
 public Task <Guest[]> GetGuests(int eventId)
 {
     //todo: add pagination
     return(_guestsService.GetGuests(eventId));
 }