public void SetCategoryId(Income income, string name) { income.CategoryID = Helpers.ReaderHelper.SelectId("select id from IncomeCategory where name = '" + name + "'"); //Update(income); }
public void SetPaymenId(Income income, string name) { income.PaymenID = Helpers.ReaderHelper.SelectId("select id from IncomePaymen where name = '" + name + "'"); //Update(income); }