BLL.TiposIngresos.TiposIngresos C# (CSharp) Method

TiposIngresos() public method

public TiposIngresos ( ) : System
return System
        public TiposIngresos()
        {
            this.TipoIngresoId = 0;
            this.Descripcion = "";
            this.EsActivo = false;
            this.UsuarioId = 0;
        }