예제 #1
0
 public Produkte()
 {
     _hasHaftpflicht  = false;
     _haftpflicht     = null;
     _hasRechtsschutz = false;
     _rechtsschutz    = null;
 }
예제 #2
0
 public Produkte_VierradGr50()
 {
     _hasHaftpflicht  = false;
     _haftpflicht     = null;
     _hasRechtsschutz = false;
     _rechtsschutz    = null;
 }
예제 #3
0
 public Produkte_Motorrad()
 {
     _hasHaftpflicht  = false;
     _haftpflicht     = null;
     _hasKasko        = false;
     _kasko           = null;
     _hasRechtsschutz = false;
     _rechtsschutz    = null;
 }
예제 #4
0
 public Produkte_Lkw()
 {
     _hasHaftpflicht  = false;
     _haftpflicht     = null;
     _hasKasko        = false;
     _kasko           = null;
     _hasRechtsschutz = false;
     _rechtsschutz    = null;
     _hasInsassen     = false;
     _insassen        = null;
 }