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