예제 #1
0
 public async Task <ApiResult <string> > Add([FromBody] SysLog model) => await _sysLogService.Add(model);