diff --git a/Sailboat/Sailboat/BoatsGenericCollection.cs b/Sailboat/Sailboat/BoatsGenericCollection.cs index d167081..2597c5d 100644 --- a/Sailboat/Sailboat/BoatsGenericCollection.cs +++ b/Sailboat/Sailboat/BoatsGenericCollection.cs @@ -38,10 +38,6 @@ namespace Sailboat.Generics /// private readonly SetGeneric _collection; /// - /// Получение объектов коллекции - /// - public IEnumerable GetBoats => _collection.GetBoats(); - /// /// Конструктор /// ///