コード例 #1
0
 public string AddSaveReport(SaveReport saveReport)
 {
     return(_calculateService.AddReport(saveReport));
 }