Exemplo n.º 1
0
 public Customer()
 {
     categoryReference = new CategoryReference();
     billingAddress    = new Location();
     contacts          = new List <Contact>();
     handymanCustomer  = new HandymanCustomer();
     smartdayCustomer  = new SmartdayCustomer();
 }
Exemplo n.º 2
0
 public Site()
 {
     categoryReference = new CategoryReference();
     customerReference = new Reference();
     contacts          = new List <Contact>();
     postalAddress     = new Location();
     //handymanSite = new HandymanSite();
 }
Exemplo n.º 3
0
 public Thing()
 {
     categoryReference = new CategoryReference();
     parentReference   = new Reference();
     customerReference = new Reference();
     userReference     = new Reference();
     lastKnownLocation = new Location();
     contacts          = new List <ThingContact>();
     telematicsThing   = new TelematicsThing();
     //handymanThing = new HandymanThing();
     smartdayThing = new SmartdayThing();
 }