Forked from GistCF/Calling ManageDataAsync from program.cs
Created
December 27, 2022 21:26
-
-
Save caseyspaulding/b602dd1ae045c7324c219c2ba8b7bf17 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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