Example #1
0
 public RequestResult <bool> DelEventDict(MED_EVENT_DICT data)
 {
     return(Success(dictService.DelEventDict(data)));
 }