예제 #1
0
        public void TestGetAllLanguages()
        {
            Setup();

            try
            {
                db.GetAllLanguages();
            }

            catch (Exception ex)
            {
            }
        }