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)); }