C# Класс Sample.Commands.CreateInventoryItemCommand

Наследование: Command
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateInventoryItemCommand ( Guid id, string name, string description, int count, bool active ) : System

Описание методов

CreateInventoryItemCommand() публичный Метод

public CreateInventoryItemCommand ( Guid id, string name, string description, int count, bool active ) : System
id Guid
name string
description string
count int
active bool
Результат System