Rename configure parameter to services
This commit is contained in:
parent
907832524a
commit
05059d9aa3
|
|
@ -9,7 +9,7 @@ namespace BlazorHosted.CSharp.Client
|
||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
var serviceProvider = new BrowserServiceProvider(configure =>
|
var serviceProvider = new BrowserServiceProvider(services =>
|
||||||
{
|
{
|
||||||
// Add any custom services here
|
// Add any custom services here
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ namespace BlazorStandalone.CSharp
|
||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
var serviceProvider = new BrowserServiceProvider(configure =>
|
var serviceProvider = new BrowserServiceProvider(services =>
|
||||||
{
|
{
|
||||||
// Add any custom services here
|
// Add any custom services here
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue