public static string Imprimir() { return(Sello.ArmarFormatoMensaje()); }
public static string Imprimir() { mensaje = Sello.ArmarFormatoMensaje(); return(Sello.mensaje); }
public static void ImprimirEnColor() { Console.ForegroundColor = color; Console.WriteLine(Sello.ArmarFormatoMensaje()); Console.ForegroundColor = ConsoleColor.Gray; }