public CWRMapHomeViewModel()
 {
     CWRTraitViewModel = new CWRTraitViewModel();
 }
示例#2
0
 public CropForCWRViewModel()
 {
     CWRMaps           = new List <CWRMap>().AsQueryable();
     CWRTraitViewModel = new CWRTraitViewModel();
 }