Cielo.CartaoBNDES.DomainModels.Depoimento.Depoimento C# (CSharp) Method

Depoimento() public method

public Depoimento ( ) : System
return System
        public Depoimento()
        {
            this.Usuario = new Usuario();
            this.Status = new StatusAprovacao();
        }
    }
Depoimento