Romanov E.V. SecuritySystem Lab_Work_2 #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab_Work_2"
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 +77,4 @@
source.SaveOrders();
return GetViewModel(order);
}
private OrderViewModel GetViewModel(Order order)
Значение можно получить через 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;
Вычисляемое поле, не хранится в памяти
Pull request closed