C# Class NEventStoreExample.Command.DepositMoneyCommand

Inheritance: ICommand
Afficher le fichier Open project: NForza/NEventStoreExample

Méthodes publiques

Méthode Description
DepositMoneyCommand ( System.Guid accountId, double amount ) : System

Method Details

DepositMoneyCommand() public méthode

public DepositMoneyCommand ( System.Guid accountId, double amount ) : System
accountId System.Guid
amount double
Résultat System