Ejemplo n.º 1
0
 public RegionVM(Region region)
 {
     this._region = region;
 }
Ejemplo n.º 2
0
 public RegionVM()
 {
     _region = new Region();
 }