Exemplo n.º 1
0
        public IActionResult Seed()
        {
            var strings = DemoHelper.GetStringList();

            _dataRepository.Seed(strings);

            return(Ok());
        }