Exemplo n.º 1
0
 public Warehouse(JobEventSource jobEventSource, SqlConnectionStringBuilder targetDatabase)
 {
     _jobEventSource = jobEventSource;
     _targetDatabase = targetDatabase;
 }