Exemplo n.º 1
0
 public IActionResult ActivateEvent(int Id)
 {
     _repository.ActivateEvent(Id);
     return(View());
 }