コード例 #1
0
ファイル: ChartController.cs プロジェクト: HJ520134/PIS
 public string DeleteNoticeAPI(int uuid)
 {
     return(ChartService.DeleteNotice(uuid));
 }