public virtual OperationResult UpdateEntity(TsErrorCode2Loc tsErrorCode2Loc,bool isSave=true) { return tsErrorCode2LocRepository.Update(tsErrorCode2Loc,isSave); }
public virtual OperationResult AddEntity(TsErrorCode2Loc tsErrorCode2Loc,bool isSave=true) { return tsErrorCode2LocRepository.Insert(tsErrorCode2Loc,isSave); }