Ejemplo n.º 1
0
 public bool Audit(string id)
 {
     CurrentDal.Audit(id);
     return(DbSession.SaveChanges() > 0);
 }