PIbd-23. Radaev A.V. Lab work 01 base #1

Closed
Arkadiy wants to merge 1 commits from Lab1_base into main
Owner
No description provided.
Arkadiy added 1 commit 2024-02-10 21:53:01 +04:00
eegov approved these changes 2024-02-17 10:24:33 +04:00
eegov left a comment
Collaborator

Проверено

Проверено
@ -0,0 +9,4 @@
{
public int GiftId { get; private set; }
public string GiftName { get; private set; }
Collaborator

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

Вычисляемое поле, не хранится в памяти
@ -0,0 +82,4 @@
_logger.LogInformation("Заказ №{id}. Меняется статус на 'В работе'", id);
try
{
var operationResult = _orderLogic.TakeOrderInWork(new OrderBindingModel
Collaborator

Не требуется каждый раз передавать все данные заказа

Не требуется каждый раз передавать все данные заказа
eegov closed this pull request 2024-02-17 10:24:39 +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: Arkadiy/PIbd-23-Radaev-A.V.-GiftShop#1
No description provided.