Alap funkció működés CheckPoints
This commit is contained in:
@@ -6,6 +6,7 @@ using Microsoft.Extensions.DependencyInjection;
|
||||
using CommunityToolkit.Maui;
|
||||
using WorkFlowCheck.MAUI.DataLayer;
|
||||
using WorkFlowCheck.MAUI.Mapper;
|
||||
using WorkFlowCheck.MAUI.Services.Interfaces;
|
||||
|
||||
namespace WorkFlowCheck.MAUI
|
||||
{
|
||||
@@ -38,7 +39,8 @@ namespace WorkFlowCheck.MAUI
|
||||
builder.Services.AddSingleton<IConfiguration>(configuration);
|
||||
builder.Services.AddSingleton<IUserService, UserService>();
|
||||
builder.Services.AddSingleton<ISyncService, SyncService>();
|
||||
|
||||
builder.Services.AddSingleton<IBaseStockService, BaseStockService>();
|
||||
|
||||
builder.Services.AddTransient<MainPage>();
|
||||
|
||||
builder.UseMauiApp<App>().ConfigureFonts(fonts =>
|
||||
|
||||
Reference in New Issue
Block a user