예제 #1
0
파일: Fabricator.cs 프로젝트: joaofx/Miru
        protected Fabricator(FabSupport support)
        {
            Faker = support.Faker;

            Session = support.Session;

            Fixture = support.Fixture;

            _support = support;
        }
예제 #2
0
 protected CustomFabricator(FabSupport support)
 {
     Fixture = support.Fixture;
     Faker   = support.Faker;
 }