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