private static void PrintList(ItemContext todoList) { throw new NotImplementedException(); }
public ItemRepository() { // This is creating a database for something that hasn't been made yet/ making sure it has been created. context = new ItemContext(); context.Database.EnsureCreated(); }