示例#1
0
        public void Test_RC_OwnersContries()
        {
            RC_OwnersContries oс = new RC_OwnersContries();

            foreach (OWNERS_COUNTRIES t in oс.GetOwnersContries())
            {
                WL(t);
            }
        }
示例#2
0
        public void Test_RC_OwnersContriesToKis(int id_ora)
        {
            RC_OwnersContries oс = new RC_OwnersContries();

            WL(oс.GetOwnersContriesOfKis(id_ora));
        }
示例#3
0
        public void Test_RC_OwnersContries(int id_own_country)
        {
            RC_OwnersContries oс = new RC_OwnersContries();

            WL(oс.GetOwnersContries(id_own_country));
        }