Exemplo n.º 1
0
        public void TestInsert()
        {
            AccountVM accountVM = new AccountVM(50, 0);

            accountVM.CurrentAccount = new Proxy.EA_VC_ORGANIZATION(-500, "Иванов");

            accountVM.Insert();

            Object res = accountVM.GetAccount(-500);

            Assert.IsNotNull(res);
        }