Untitled
unknown
plain_text
2 years ago
119 B
5
Indexable
services.AddDbContext<TodoContext>(opt => opt.UseSqlite(Configuration.GetConnectionString("DefaultConnection")) );
Editor is loading...
services.AddDbContext<TodoContext>(opt => opt.UseSqlite(Configuration.GetConnectionString("DefaultConnection")) );