コード例 #1
0
ファイル: Warehouse.cs プロジェクト: girish/NuGet.Jobs
 public Warehouse(JobEventSource jobEventSource, SqlConnectionStringBuilder targetDatabase)
 {
     _jobEventSource = jobEventSource;
     _targetDatabase = targetDatabase;
 }