nama tampilan html.getEnumselectlist

public enum Salary
{
    [Display(Name="Paid Monthly")]
    PaidMonthly = 1,
    PaidYearly = 2
} 
Worried Wasp