Ejemplo n.º 1
0
 public static List <EventDto> GetEventsByOrganiserId(int id)
 {
     return(eventOperations.GetEventsByOrganiserId(id));
 }