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