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