C# Class CredPlus.Captacao.Domain.Model.Clientes.Cliente

Inheritance: CredPlus.Compartilhado.Validations.Validatable
显示文件 Open project: yanjustino/DomainModelExamples

Protected Methods

Method Description
Validate ( ) : void

Private Methods

Method Description
Cliente ( string nome, string ramo, string cnpj, decimal rendimentos, Empreendedor empreendedor ) : CredPlus.Captacao.Domain.Model.Clientes.ValueObjects

Method Details

Validate() protected method

protected Validate ( ) : void
return void