示例#1
0
 static GenFuConfigurator()
 {
     GF.Configure <TestAccount>().Fill(x => x.AccountId, 0)
     .Fill(x => x.Type, "Test");
 }
示例#2
0
 static GenFuConfigurator()
 {
     GF.Configure <ObjectDocumentContainer>().Fill(x => x.ObjectDocument, "{}");
     GF.Configure <Account>().Fill(x => x.Type, "Test");
 }