public void AddMonument(Monument monument)
 {
     this.monuments.Add(monument);
 }
Пример #2
0
 public void AddMonument(Monument curreMonument)
 {
     throw new System.NotImplementedException();
 }