示例#1
0
 public Employee()
 {
     AllowEntityCreation.AssertEntityCreationAllowed();
 }
示例#2
0
 public SalesTerritory()
 {
     AllowEntityCreation.AssertEntityCreationAllowed();
 }
示例#3
0
 public Contact()
 {
     AllowEntityCreation.AssertEntityCreationAllowed();
 }