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