PIbd-21 Lab1 Base Medvedkov_A_D_GiftShop #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab1"
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?
lab1to PIbd-21 Lab1 Medvedkov_A_D_GiftShopPIbd-21 Lab1 Medvedkov_A_D_GiftShopto PIbd-21 Lab1 Base Medvedkov_A_D_GiftShopПроверено
@ -0,0 +1,10 @@
namespace GiftShop
Пустая форма
@ -0,0 +9,4 @@
{
public int GiftId { get; private set; }
public string GiftName { get; private set; }
Вычисляемое поле, не хранится в памяти
@ -0,0 +84,4 @@
{
var operationResult = _orderLogic.TakeOrderInWork(new OrderBindingModel
{
Id = id,
Не требуется каждый раз передавать все данные заказа
Pull request closed