Beispiel #1
0
 public virtual T Update(T entity)
 {
     try
     {
         return(_unitOfWork.Update(entity));
     }
     catch (Exception ex)
     { throw ex; }
 }
Beispiel #2
0
 public virtual T Update(T entity)
 {
     return(_unitOfWork.Update(entity));
 }