Exemplo n.º 1
0
 public CustomerDeleteObject(CustomerWhereObject whereObj)
 {
     this._whereObject = whereObj;
 }
Exemplo n.º 2
0
 public NameObject(CustomerWhereObject parent)
     : base("Name")
 {
     this.Parent = parent;
     this._operator = new CustomerOperatorObject(this.Parent);
 }
Exemplo n.º 3
0
 public CustomerUpdateObject(CustomerWhereObject whereObj)
 {
     this._whereObject = whereObj;
 }
Exemplo n.º 4
0
 public CustomerSelectObject(CustomerWhereObject whereObj)
 {
     this._whereObject = whereObj;
 }
Exemplo n.º 5
0
 public CustomerOperatorObject(CustomerWhereObject whereObj)
 {
     this._whereObject = whereObj;
 }
Exemplo n.º 6
0
 public CustomerInsertObject(CustomerWhereObject whereObj)
 {
     this._whereObject = whereObj;
 }