Beispiel #1
0
        public void CheckIfEntityIsExist()
        {
            var dictionary = dictionaryService.CheckIfEntityIsExist(2);

            Assert.IsTrue(dictionary);
        }