Esempio n. 1
0
 public string AddSaveRecord(int id, SavePlan record)
 {
     return(_calculateService.AddRecord(id, record));
 }