C# Класс CQRSSample.Commands.CreateCustomerCommand

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

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

Метод Описание
CreateCustomerCommand ( System.Guid id ) : System
CreateCustomerCommand ( System.Guid id, string customerName, string street, string streetNumber, string postalCode, string city, string phoneNumber ) : System

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

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

public CreateCustomerCommand ( System.Guid id ) : System
id System.Guid
Результат System

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

public CreateCustomerCommand ( System.Guid id, string customerName, string street, string streetNumber, string postalCode, string city, string phoneNumber ) : System
id System.Guid
customerName string
street string
streetNumber string
postalCode string
city string
phoneNumber string
Результат System