Esempio n. 1
0
 public bool Contains(Dog dog)
 {
     return(Dogs.Contains(dog));
 }