Exemplo n.º 1
0
        public override void SetbyView(APView view)
        {
            var tabel = repo.Get();

            tabel.AP         = view.APGainHand;
            tabel.APInvested = view.APInvestHand;

            repo.Update(tabel);
            repo.Submit();
        }
Exemplo n.º 2
0
 public abstract void SetbyView(APView view);