public async Task <bool> AddOrUpdate(ParamConfigInfo param)
 {
     return(await _configRepository.AddOrUpdate(param));
 }