Exemplo n.º 1
0
 public ReceiverFindAllCommand(IDataSourceConfig dataSource)
 {
     _rowMapper  = new ReceiverRowMapper();
     _dataSource = dataSource;
 }
 public SupplierFindAllCommand(IDataSourceConfig dataSource)
 {
     _rowMapper  = new SupplierRowMapper();
     _dataSource = dataSource;
 }
Exemplo n.º 3
0
 public BillingInfoFindAllCommand(IDataSourceConfig dataSource)
 {
     _rowMapper  = new BillingInfoRowMapper();
     _dataSource = dataSource;
 }