yavsc/Yavsc.Server/ViewModels/OutputFormat.cs

9 lines
111 B
C#

namespace Yavsc.ViewModels
{
public enum OutputFormat {
Html,
LaTeX,
Pdf
}
}