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