Exemple #1
0
 /// <summary>
 /// Buscar en tblEvento por idEvento
 /// </summary>
 public List <tblEvento> getEvento(int idEvento)
 {
     try
     {
         return(dal.getEvento(idEvento));
     }
     catch (Exception ex) { Console.WriteLine(ex.Message); throw; }
 }