Exemplo n.º 1
0
 public Tower() : this(MetaRepository.CreateFM3())
 {
 }
Exemplo n.º 2
0
 /**
  * Creates an empty tower of models. The tower has three layers: both this
  * and the meta-layer are initially empty, whereas the topmost layer is
  * initialized with a new FM3 package.
  *
  */
 public Repository() : this(new MetaRepository(MetaRepository.CreateFM3()))
 {
 }