Пример #1
0
 /*Cargar Mascotas*/
 public void cargarMascota(Mascota m)
 {
     this.mascotas.Add(m);
 }