Romanov E.V. SecuritySystem Lab_Work_2 #2

Closed
RomanovEgor wants to merge 1 commits from Lab_Work_2 into Lab_Work_1
Owner
No description provided.
RomanovEgor added 1 commit 2023-05-01 16:28:53 +04:00
eegov approved these changes 2023-05-04 21:37:49 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +77,4 @@
source.SaveOrders();
return GetViewModel(order);
}
private OrderViewModel GetViewModel(Order order)
Collaborator

Значение можно получить через LINQ-запрос

Значение можно получить через LINQ-запрос
@ -0,0 +16,4 @@
{
public int Id { get; private set; }
public int SecureId { get; private set; }
public string SecureName { get; private set; } = string.Empty;
Collaborator

Вычисляемое поле, не хранится в памяти

Вычисляемое поле, не хранится в памяти
eegov closed this pull request 2023-05-04 21:37:52 +04:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RomanovEgor/PIbd-22_Romanov_E.V._SecuritySystem#2
No description provided.