0
blueoceandev created
Howdy, We have a data intensive webjob/commandline that we don't want to hook up to the webservices.. We would like to spin up the "application" and call the service in question so all the DI is in place and such. Does anyone have a sample of how to spin up the application.. I tried to piece it out from test and WebHost but there is a lot going on and I am not quite following along.
Thanks
Josh
1 Answer(s)
-
0
Hi @catapult
You can check out the sample console app for ABP Framework, https://github.com/aspnetboilerplate/aspnetboilerplate-samples/tree/master/AbpEfConsoleApp. I think you want to create a similar app.