Exemplo n.º 1
0
 public IEnumerable <Event> GetByTrigger(string id)
 {
     return(_eventsRepository.GetAllByTriggerdBy(id));
 }