Пример #1
0
 /// <summary>
 /// Generate and return a female first name.
 /// </summary>
 /// <param name="fixture">The fixture to generate a first name for</param>
 /// <returns>The generated female first name</returns>
 public static string FemaleFirstName(this AnonymousValueFixture fixture)
 {
     return(fixture.PersonNameFirstFemale());
 }