C# Class Payroll.Domain.Commands.RegisterEmployeeCommand

Datei anzeigen Open project: ravendb/docs

Public Methods

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

Method Details

RegisterEmployeeCommand() public method

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

RegisterEmployeeCommand() public method

public RegisterEmployeeCommand ( System.Guid id, FullName name, decimal initialSalary ) : System
id System.Guid
name FullName
initialSalary decimal
return System