Ejemplo n.º 1
0
 public static EntityType FindEntity <EntityType>(this IDataModel model, String path) where EntityType : Entity
 {
     return(model.FindEntity(path) as EntityType);
 }