public void Delete(Choice entity) { entity.IsActive = false; _choiceDAL.Update(entity); }
public void Update(Model.Choice entity) { _choiceDAL.Update(entity); }