public CWRMapHomeViewModel()
 {
     CWRTraitViewModel = new CWRTraitViewModel();
 }
Exemplo n.º 2
0
 public CropForCWRViewModel()
 {
     CWRMaps           = new List <CWRMap>().AsQueryable();
     CWRTraitViewModel = new CWRTraitViewModel();
 }