Skip to content

Instantly share code, notes, and snippets.

@GistCF
Created September 13, 2022 14:05
Show Gist options
  • Save GistCF/4372c8fb77302f6fd996be90fcd025af to your computer and use it in GitHub Desktop.
Save GistCF/4372c8fb77302f6fd996be90fcd025af 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);
@caseyspaulding
Copy link

Thanks man!

@dlutton
Copy link

dlutton commented Jul 2, 2023

cool stuff!

@devsuperman
Copy link

cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment