Exemple #1
0
 public RsvpJsonModel(RsvpViewModel vm)
 {
     this.id    = vm.Id;
     this.label = vm.ToLabel();
     this.value = vm;
 }