public void Test_RC_OwnersContries() { RC_OwnersContries oс = new RC_OwnersContries(); foreach (OWNERS_COUNTRIES t in oс.GetOwnersContries()) { WL(t); } }
public void Test_RC_OwnersContriesToKis(int id_ora) { RC_OwnersContries oс = new RC_OwnersContries(); WL(oс.GetOwnersContriesOfKis(id_ora)); }
public void Test_RC_OwnersContries(int id_own_country) { RC_OwnersContries oс = new RC_OwnersContries(); WL(oс.GetOwnersContries(id_own_country)); }