Esempio n. 1
0
 public ClientVisit()
 {
     OldClientInfo       = new ClientVersion();
     NewClientInfo       = new ClientVersion();
     OldDocument         = new Document();
     NewDocument         = new Document();
     NewForeignDocument  = new Document();
     OldForeignDocument  = new Document();
     LivingAddress       = new Address();
     RegistrationAddress = new Address();
     OldPolicy           = new PolicyInfo();
     NewPolicy           = new PolicyInfo();
     Status         = new ReferenceItem();
     Registrator    = new User();
     DeliveryCenter = new DeliveryCenter();
     Representative = new Representative();
 }
Esempio n. 2
0
 public PolicyFromRegion()
 {
     PolicyStatus   = new PolicyStatus();
     DeliveryCenter = new DeliveryCenter();
     DeliveryPoint  = new DeliveryPoint();
 }