示例#1
0
 public RegionVM(Region region)
 {
     this._region = region;
 }
示例#2
0
 public RegionVM()
 {
     _region = new Region();
 }