Exemplo n.º 1
0
 public AgenteReporteGestionGrupo(AgenteReporteGestion parent, DateTime fecha, AgenteReporteGestionTipo tipo)
 {
     this.Parent = parent;
     this.Fecha  = fecha;
     this.Tipo   = tipo;
 }
Exemplo n.º 2
0
 public AgenteReporteGestionClienteGreado(AgenteReporteGestion parent, DateTime fecha)
 {
     this.Fecha  = fecha;
     this.Parent = parent;
 }