예제 #1
0
        public void GetDebtsTotal()
        {
            int i_lschet = 11816105; // номер лицевого счета
            var res      = UserDefinedFunctions.GetDebtsTotal(i_lschet);

            Assert.IsInstanceOfType(res, typeof(IEnumerable));
            Assert.IsTrue((res as DataRowCollection).Count == 1);
        }