merge
This commit is contained in:
commit
e0fb144da5
@ -9,7 +9,7 @@ namespace ShipyardShopApp
|
||||
private static readonly HttpClient _client = new();
|
||||
|
||||
public static string Password { get; private set; } = string.Empty;
|
||||
public static bool Access { get; set; } = false;
|
||||
public static bool Access { get; private set; } = false;
|
||||
|
||||
public static void Connect(IConfiguration configuration)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user