public void SetFaker(Faker faker)
 {
     this.faker = faker;
 }
Exemple #2
0
 static void Main(string[] args)
 {
     Faker faker = new Faker();
 }