Ejemplo n.º 1
0
 public override bool IsComponent(System.Type type)
 {
     return type.In(typeof(Monetary));
 }
 public override bool IsComponent(System.Type type)
 {
     return type.In(typeof (ContactInfo));
 }