コード例 #1
0
 public virtual OperationResult UpdateEntity(TsErrorCode2Loc tsErrorCode2Loc, bool isSave = true)
 {
     return(tsErrorCode2LocRepository.Update(tsErrorCode2Loc, isSave));
 }
コード例 #2
0
 public virtual OperationResult AddEntity(TsErrorCode2Loc tsErrorCode2Loc, bool isSave = true)
 {
     return(tsErrorCode2LocRepository.Insert(tsErrorCode2Loc, isSave));
 }