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