Beispiel #1
0
 public void RemoverCobertura(SeguroCobertura seguroCobertura)
 {
     Cobertura.Add(seguroCobertura);
 }
Beispiel #2
0
 public void AdicionarCobertura(SeguroCobertura seguroCobertura)
 {
     Cobertura.Add(seguroCobertura);
 }