Exemplo n.º 1
0
 public JobDALSqlTest()
 {
     processID   = this.ToString();
     this.jobDAL = new JobDALSql(connectionString, encryptionKey);
 }