コード例 #1
0
 public Haftpflicht_Pkw()
 {
     _tarif         = EnumHaftpflichtTarif.None;
     _versSum       = EnumHaftpflichtVersSum.None;
     _variante      = EnumHaftpflichtVariante.None;
     _hasAssistance = false;
 }
コード例 #2
0
 public Haftpflicht_VierradGr50()
 {
     _versSum  = EnumHaftpflichtVersSum.None;
     _variante = EnumHaftpflichtVariante.None;
 }
コード例 #3
0
 public Haftpflicht()
 {
     _versSum = EnumHaftpflichtVersSum.None;
 }