Esempio n. 1
0
        public int DictinaryCount(string where = "1=1")
        {
            DictionaryService dicSvc = new DictionaryService();

            return(dicSvc.Count(where));
        }