Пример #1
0
 public IndexViewModel()
 {
     InputParameters = new ReportInputParametersViewModel(typeof(ShipmentsReportDates),
                                                          typeof(ShipmentReportTextFields), typeof(TextFieldOperator));
 }
Пример #2
0
 public IndexViewModel()
 {
     InputParameters = new ReportInputParametersViewModel(typeof(ComplianceReportDates),
                                                          typeof(ComplianceTextFields),
                                                          typeof(TextFieldOperator));
 }
Пример #3
0
 public IndexViewModel()
 {
     InputParameters = new ReportInputParametersViewModel(typeof(ProducerReportDates),
                                                          typeof(ProducerReportTextFields),
                                                          typeof(TextFieldOperator));
 }