Migration to MVVM
This commit is contained in:
parent
0c1bb50dce
commit
1db874ce77
6 changed files with 946 additions and 575 deletions
|
|
@ -81,6 +81,7 @@ static class Program
|
|||
{
|
||||
// Register your services here
|
||||
services.AddTransient<ITestService, TestService>();
|
||||
services.AddTransient<ISettingsService, SettingsService>();
|
||||
|
||||
services.AddTransient<DataModel>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue