Exemplo n.º 1
0
 public virtual OperationResult UpdateEntity(TsErrorCause2Loc tsErrorCause2Loc, bool isSave = true)
 {
     return(tsErrorCause2LocRepository.Update(tsErrorCause2Loc, isSave));
 }
Exemplo n.º 2
0
 public virtual OperationResult AddEntity(TsErrorCause2Loc tsErrorCause2Loc, bool isSave = true)
 {
     return(tsErrorCause2LocRepository.Insert(tsErrorCause2Loc, isSave));
 }