Beispiel #1
0
 protected override void OnEntityMap(EntityClassMap map, string contextName)
 {
     map.AddMap(new UserMapping().MapToDbCollection(), contextName);
 }
 protected override void OnEntityMap(EntityClassMap map)
 {
     map.AddMap(new UserMapping());
 }