DominioSKD.Fabrica.FabricaEntidades.ObtenerPersona C# (CSharp) Method

ObtenerPersona() public static method

public static ObtenerPersona ( ) : Entidad
return Entidad
        public static Entidad ObtenerPersona()
        {
            return new Persona();
        }