C# Class Payroll.Domain.Commands.RegisterEmployeeCommand

Afficher le fichier Open project: ravendb/docs

Méthodes publiques

Méthode Description
RegisterEmployeeCommand ( EmployeeId id, FullName name, decimal initialSalary ) : Payroll.Domain.Model
RegisterEmployeeCommand ( System.Guid id, FullName name, decimal initialSalary ) : System

Method Details

RegisterEmployeeCommand() public méthode

public RegisterEmployeeCommand ( EmployeeId id, FullName name, decimal initialSalary ) : Payroll.Domain.Model
id Payroll.Domain.Model.EmployeeId
name FullName
initialSalary decimal
Résultat Payroll.Domain.Model

RegisterEmployeeCommand() public méthode

public RegisterEmployeeCommand ( System.Guid id, FullName name, decimal initialSalary ) : System
id System.Guid
name FullName
initialSalary decimal
Résultat System