3 references to Male
BasicWebSite (3)
Controllers\ContentNegotiation\ProducesWithMediaTypeParametersController.cs (2)
30Gender = GenderType.Male 40Gender = GenderType.Male
Formatters\VCardFormatter_V4.cs (1)
38builder.AppendFormat(CultureInfo.InvariantCulture, "GENDER:{0}", (contact.Gender == GenderType.Male) ? "M" : "F");