Egy kis UI rendezés
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user