Kashin M.I. Lab work 5 hard #13

Closed
Sosees04ka wants to merge 18 commits from LabWork05_hard into LabWork04_hard
Owner
No description provided.
Sosees04ka added 18 commits 2023-05-02 22:02:07 +04:00
Sosees04ka requested review from eegov 2023-05-02 22:02:10 +04:00
eegov approved these changes 2023-05-04 20:45:08 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -0,0 +8,4 @@
{
private static readonly HttpClient _client = new();
public static bool IsAccessAllowed { get; set; } = false;
Collaborator

private set

private set
@ -0,0 +18,4 @@
public IActionResult Index()
{
if (APIClient.IsAccessAllowed is false)
Collaborator

!APIClient.IsAccessAllowed

!APIClient.IsAccessAllowed
eegov closed this pull request 2023-05-04 20:45:14 +04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Sosees04ka/PIbd-22_Kashin_M.I_PrecastConcretePlant#13
No description provided.