Example #1
0
 public ReceiverFindAllCommand(IDataSourceConfig dataSource)
 {
     _rowMapper  = new ReceiverRowMapper();
     _dataSource = dataSource;
 }
 public SupplierFindAllCommand(IDataSourceConfig dataSource)
 {
     _rowMapper  = new SupplierRowMapper();
     _dataSource = dataSource;
 }
Example #3
0
 public BillingInfoFindAllCommand(IDataSourceConfig dataSource)
 {
     _rowMapper  = new BillingInfoRowMapper();
     _dataSource = dataSource;
 }