예제 #1
0
 public void LoadPlan(int id)
 {
     this.Plan = _dataService.GetPlan(id);
 }