Tsukanova I.V. LabWork01 Base #1

Closed
Inohara wants to merge 7 commits from LabWork01_base into main
Owner
No description provided.
Inohara added 7 commits 2023-01-31 13:18:46 +04:00
Inohara changed title from Tsukanova I.V. LabWork01 Base to WIP: Tsukanova I.V. LabWork01 Base 2023-01-31 13:19:00 +04:00
Inohara changed title from WIP: Tsukanova I.V. LabWork01 Base to Tsukanova I.V. LabWork01 Base 2023-01-31 13:19:15 +04:00
Inohara changed title from Tsukanova I.V. LabWork01 Base to WIP: Tsukanova I.V. LabWork01 Base 2023-01-31 13:19:39 +04:00
Inohara changed title from WIP: Tsukanova I.V. LabWork01 Base to Tsukanova I.V. LabWork01 Base 2023-01-31 13:19:45 +04:00
Inohara requested review from eegov 2023-01-31 13:20:52 +04:00
eegov reviewed 2023-02-11 21:54:21 +04:00
@ -0,0 +1,122 @@
using AbstractShopContracts.BindingModels;
Collaborator

Этот класс уже был выше

Этот класс уже был выше
eegov approved these changes 2023-02-11 21:55:53 +04:00
eegov left a comment
Collaborator

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

Зачтено с понижением балла(ов)
@ -0,0 +1,13 @@
using System;
Collaborator

Аналогично

Аналогично
@ -0,0 +18,4 @@
public int IceCreamId { get; private set; }
public string IceCreamName { get; private set; } = string.Empty;
Collaborator

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

Вычисляемое поле, не хранится в памяти
@ -0,0 +49,4 @@
public void Update(OrderBindingModel? model)
{
if (model == null) return;
Id = model.Id;
Collaborator

Не требуется обновлять все данные, только статус

Не требуется обновлять все данные, только статус
eegov closed this pull request 2023-02-11 21:56:01 +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: Inohara/PIbd-22_Tsukanova_I.V._IceCreamShop#1
No description provided.