public static void ImprimirEncolor() { Console.BackgroundColor = Sello.color; Console.WriteLine(Sello.Imprimir()); //Encapsulamiento }
public static string Imprimir() { return(Sello.ArmarFormatoMensaje()); }