API_1.Controllers.FigureController.GetAll C# (CSharp) Method

GetAll() public method

public GetAll ( ) : IEnumerable
return IEnumerable
        public IEnumerable<Figure> GetAll()
        {
            return FigureManager.Figures;
        }