Esempio n. 1
0
        public ActionResult Index()
        {
            // получение информации о сохраненных графах
            IEnumerable <GraphInfo> graphs = _graphBL.GetAllGraphInfo();

            // возврат представления для выбора параметров с информацией о графах
            return(View("ResearchParametrs", model: graphs));
        }
Esempio n. 2
0
        public ActionResult Index()
        {
            // ��������� ���������� � ����������� ������
            IEnumerable <GraphInfo> graphs = _graphBL.GetAllGraphInfo();

            // ������� ������������� ��� ������ ���������� � ����������� � ������
            return(View("ResearchParametrs", model: graphs));
        }