Exemplo n.º 1
0
 /// <summary>
 /// Initialize the mappings to the entities.
 /// </summary>
 public EntityManager()
 {
     Settings = new EntityServiceSettings();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initialize the mappings to the entities.
 /// </summary>
 public EntityService()
 {
     Settings = new EntityServiceSettings();
 }