PIbd-23. Radaev A.V. Lab work 01 base #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab1_base"
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 +9,4 @@
{
public int GiftId { get; private set; }
public string GiftName { get; private set; }
Вычисляемое поле, не хранится в памяти
@ -0,0 +82,4 @@
_logger.LogInformation("Заказ №{id}. Меняется статус на 'В работе'", id);
try
{
var operationResult = _orderLogic.TakeOrderInWork(new OrderBindingModel
Не требуется каждый раз передавать все данные заказа
Pull request closed