Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save caseyspaulding/b602dd1ae045c7324c219c2ba8b7bf17 to your computer and use it in GitHub Desktop.
Save caseyspaulding/b602dd1ae045c7324c219c2ba8b7bf17 to your computer and use it in GitHub Desktop.
//program.cs
var app = builder.Build();
var scope = app.Services.CreateScope();
await DataHelper.ManageDataAsync(scope.ServiceProvider);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment