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