Ejemplo n.º 1
0
 public IndexViewModel()
 {
     InputParameters = new ReportInputParametersViewModel(typeof(ShipmentsReportDates),
                                                          typeof(ShipmentReportTextFields), typeof(TextFieldOperator));
 }
Ejemplo n.º 2
0
 public IndexViewModel()
 {
     InputParameters = new ReportInputParametersViewModel(typeof(ComplianceReportDates),
                                                          typeof(ComplianceTextFields),
                                                          typeof(TextFieldOperator));
 }
Ejemplo n.º 3
0
 public IndexViewModel()
 {
     InputParameters = new ReportInputParametersViewModel(typeof(ProducerReportDates),
                                                          typeof(ProducerReportTextFields),
                                                          typeof(TextFieldOperator));
 }