예제 #1
0
 public JobDALRedisTest()
 {
     processID = this.ToString();
     jobDAL    = new JobDALRedis(connectionString, encryptionKey);
 }