Ejemplo n.º 1
0
 public static List <Log> Listar(Log log)
 {
     try
     {
         return(LogDAL.Listar(log));
     }catch (Exception ex)
     {
         throw ex;
     }
 }