Exemple #1
0
 public IEnumerable <EventDTO> GetInvitedEvents(string email)
 {
     return(EventOperations.GetInvitedEvents(email));
 }