ISEbd-21 Melnikov I. O. Lab Work 05 Advanced #31

Closed
Igor-Melnikov wants to merge 23 commits from lab5adv into lab5
No description provided.
Igor-Melnikov added 22 commits 2023-06-13 14:32:11 +04:00
Reviewed-on: http://student.git.athene.tech/Igor-Melnikov/ISEbd-21_Melnikov_I.O._BlacksmithWorkshop/pulls/5
Reviewed-on: http://student.git.athene.tech/Igor-Melnikov/ISEbd-21_Melnikov_I.O._BlacksmithWorkshop/pulls/7
Igor-Melnikov requested review from eegov 2023-06-13 14:32:25 +04:00
eegov changed target branch from lab4adv to lab5 2023-06-14 10:11:00 +04:00
eegov approved these changes 2023-06-14 10:14:25 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +6,4 @@
{
public static class APIClient
{
public static string Password { get; set; } = string.Empty;
Collaborator

private set

private set
@ -0,0 +7,4 @@
public static class APIClient
{
public static string Password { get; set; } = string.Empty;
public static bool AccessGranted { get; set; } = false;
Collaborator

private set

private set
eegov closed this pull request 2023-06-14 10:14:48 +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: Igor-Melnikov/ISEbd-21_Melnikov_I.O._BlacksmithWorkshop#31
No description provided.