public bool Update(Combine entity) { return(_combineDAL.Update(entity) > 0); }
public void Update(Combine entity) { _dal.Update(entity); }