Exemplo n.º 1
0
 public List <Location> GetLocationsByEvent(Event ev)
 {
     return(_context.GetAllByEvent(ev));
 }