示例#1
0
 public async Task <CommonResponse> UpdateGlobalCode(GlobelcodeUpdateModel globelcodeUpdateModel)
 {
     return(await _globalCodeRepository.UpdateGlobalCode(globelcodeUpdateModel));
 }
 public async Task <CommonResponse> UpdateGlobalCode(GlobelcodeUpdateModel globelcodeUpdateModel)
 {
     return(await ExecuteAll <GlobelcodeUpdateModel>("Glo.UpdateGlobalCodes", globelcodeUpdateModel));
 }