Esempio n. 1
0
 private string GetPattern(EntryType entryType)
 {
     return(dictionary.GetDictionary().ContainsKey(entryType.Id)
         ? dictionary.GetDictionary()[entryType.Id]
         : Empty);
 }