Ezt még ki kell reszelni rendesen

This commit is contained in:
2025-02-12 23:01:38 +01:00
parent f57fef804d
commit f400bbf3c8
7 changed files with 112 additions and 14 deletions
+2
View File
@@ -3,6 +3,7 @@ using Microsoft.Extensions.DependencyInjection;
using WorkFlowCheck.Common.DTO;
using WorkFlowCheck.MAUI.DataLayer;
using WorkFlowCheck.MAUI.Services;
using WorkFlowCheck.MAUI.Services.Interfaces;
namespace WorkFlowCheck.MAUI
{
@@ -20,6 +21,7 @@ namespace WorkFlowCheck.MAUI
MainPage = new AppShell();
//MainPage = new NavigationPage(new MainPage(serviceProvider.GetRequiredService<IUserService>()));
}
protected async override void OnResume()