C# 클래스 Payroll.Domain.Commands.RegisterEmployeeCommand

파일 보기 프로젝트 열기: ravendb/docs

공개 메소드들

메소드 설명
RegisterEmployeeCommand ( EmployeeId id, FullName name, decimal initialSalary ) : Payroll.Domain.Model
RegisterEmployeeCommand ( System.Guid id, FullName name, decimal initialSalary ) : System

메소드 상세

RegisterEmployeeCommand() 공개 메소드

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

RegisterEmployeeCommand() 공개 메소드

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