Egy kis UI rendezés

This commit is contained in:
2025-04-07 07:57:10 +02:00
parent 2513765e51
commit e306139aec
19 changed files with 137 additions and 50 deletions
@@ -23,6 +23,7 @@ namespace WorkFlowCheck.MAUI.Services
public readonly IConfiguration _configuration;
public readonly IMapper _mapper;
private string _deviceId;
public string DeviceId => _deviceId.ToUpper(); // Getter a DeviceId-hez
public BaseService(HttpClient httpClient, IConfiguration configuration, AppDbContext dbContext, IMapper mapper)
{