/// <summary>
 /// Initializes a new instance of this class.
 /// </summary>
 public DomainConfiguration()
 {
     types.Register(WellKnownOrmTypes.Persistent.Assembly, WellKnownOrmTypes.Persistent.Namespace);
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of this class.
 /// </summary>
 public DomainConfiguration()
 {
     types.Register(typeof(Persistent).Assembly, typeof(Persistent).Namespace);
 }