public Choice GetByID(int id) { return(_choiceDAL.Get(a => a.ChoiceID == id && a.IsActive)); }
public Model.Choice GetByID(int id) { return(_choiceDAL.Get(a => a.ChoiceID == id)); }