public void ParaEkle(decimal m) { hesaptakiPara += m; islemTarihi = DateTime.Now; hO = new HespOzeti(islemTarihi, m); hesapozeti.Add(hO); }
public void ParaCek(decimal m) { if (hesaptakiPara - m > 0) { hesaptakiPara -= m; islemTarihi = DateTime.Now; hO = new HespOzeti(islemTarihi, -m); hesapozeti.Add(hO); } }