Пример #1
0
 public JobDALMongoAsyncTest()
 {
     processID = this.ToString();
     jobDAL    = new JobDALMongo(connectionString, encryptionKey);
 }