Beispiel #1
0
 public MapQuestionVM(Kaartvraag mapQuestionModel)
 {
     UOW = ViewModelLocator.UOW;
     this.mapQuestionModel = mapQuestionModel;
     questiontype          = "Kaartvraag";
 }
Beispiel #2
0
 //constructor
 public MapQuestionVM()
 {
     UOW = ViewModelLocator.UOW;
     mapQuestionModel = new Kaartvraag();
     questiontype     = "Kaartvraag";
 }