示例#1
0
 public ResultModel AddOrUpdateNotice(Notice notice)
 {
     return(_taskService.AddOrUpdateNotice(notice));
 }