Kashin M.I. Lab work 5 hard #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork05_hard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -0,0 +8,4 @@
{
private static readonly HttpClient _client = new();
public static bool IsAccessAllowed { get; set; } = false;
private set
@ -0,0 +18,4 @@
public IActionResult Index()
{
if (APIClient.IsAccessAllowed is false)
!APIClient.IsAccessAllowed
Pull request closed