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