Untitled
Anonymous
plain_text
10/16/2023 7:07 PM
160 B
19
Indexable
services.AddDbContext<TodoContext>(opt =>
opt.UseSqlite(Configuration.GetConnectionString("DefaultConnection"))
);
Editor is loading...
services.AddDbContext<TodoContext>(opt =>
opt.UseSqlite(Configuration.GetConnectionString("DefaultConnection"))
);