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