Ejemplo n.º 1
0
 public static string Label(this Gender gender)
 {
     return(gender.GetAttribute <GenderAttribute>().label);
 }