예제 #1
0
 public string DeleteNoticeAPI(int uuid)
 {
     return(ChartService.DeleteNotice(uuid));
 }