DominioSKD.Fabrica.FabricaEntidades.ObtenerPersona C# (CSharp) Méthode

ObtenerPersona() public static méthode

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