Esempio n. 1
0
 public Filter(S3Key key)
 {
     this.S3Key = key;
 }
Esempio n. 2
0
 public Filter()
 {
     this.S3Key = new S3Key();
 }