Exemplo n.º 1
0
 public ASearchItemDto(Relator.Unary unary, Track.Property property, params string[] searchPhrase)
 {
     this.unaryRelator = unary;
     this.trackProperty = property;
     this.searchPhrase = searchPhrase;
 }
Exemplo n.º 2
0
 public ARelation( Relator.Unary relator ) : this() {
     this.unaryRelator = relator;
 }