Exemple #1
0
 public static List <Entidades.LogDetalle> ListaPorIdLog(int IdLog, Entidades.Sesion Sesion)
 {
     DB.LogDetalle LogDetalle = new DB.LogDetalle(Sesion);
     return(LogDetalle.ListaPorIdLog(IdLog));
 }
Exemple #2
0
 public static List<Entidades.LogDetalle> ListaPorIdLog(int IdLog, Entidades.Sesion Sesion)
 {
     DB.LogDetalle LogDetalle = new DB.LogDetalle(Sesion);
     return LogDetalle.ListaPorIdLog(IdLog);
 }