DataAccess.estado_civil.Createestado_civil C# (CSharp) Method

Createestado_civil() public static method

Create a new estado_civil object.
public static Createestado_civil ( global estado ) : estado_civil
estado global Initial value of the estado property.
return estado_civil
        public static estado_civil Createestado_civil(global::System.String estado)
        {
            estado_civil estado_civil = new estado_civil();
            estado_civil.estado = estado;
            return estado_civil;
        }