Example #1
0
        public async Task <IActionResult> SeedIngredientsDataBase()
        {
            await _seedService.InsertIngredientsIntoDB();

            return(Content("Database was succesfully updated"));
        }