public IActionResult Seed() { var strings = DemoHelper.GetStringList(); _dataRepository.Seed(strings); return(Ok()); }