public IResultModel UpdatePathConfig(SystemPathConfigModel model) { return(_systemService.UpdatePathConfig(model)); }
public IResultModel UpdatePathConfig(SystemPathConfigModel model) { Update(model); _configModel.Path = model; return(ResultModel.Success()); }