Beispiel #1
0
 public static string GetKeyName(BugType bugType, BugTypeWeight bugTypeWeight)
 {
     return(string.Join(KeySeperator, bugType.ToString(), bugTypeWeight.ToString()));
 }