Exemplo n.º 1
0
 protected override void CustomizeTypesInfo()
 {
     base.CustomizeTypesInfo();
     TypesInfo.RegisterEntity(typeof(ModelDifference));
 }
Exemplo n.º 2
0
 protected void UseClass(Type type)
 {
     TypesInfo.RegisterEntity(type);
 }