Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.04 KB | None | 0 0
  1. private static Dictionary<long,string> departments = new Dictionary<long, string>()
  2.         {
  3.             { 28, "70" },
  4.             { 30, "72" },
  5.             { 89, "177" },
  6.             { 101, "200" },
  7.  
  8.             { 43, "85" },
  9.             { 46, "90" },
  10.             { 50, "93" },
  11.             { 59, "89" },
  12.             { 91, "184" },
  13.             { 92, "186" },
  14.             { 100, "185" },
  15.             { 105, "206" },
  16.  
  17.             { 34, "76" },
  18.             { 80, "187" },
  19.             { 81, "189" },
  20.             { 82, "190" },
  21.             { 83, "191" },
  22.  
  23.             { 75, "11" },
  24.  
  25.             { 104, "201" },
  26.  
  27.             { 6, "162" },
  28.             { 9, "64" },
  29.             { 95, "182" },
  30.             { 96, "180" },
  31.             { 102, "198" },
  32.             { 103, "199" },
  33.  
  34.             { 85, "172" },
  35.             { 86, "173" },
  36.             { 84, "51" },
  37.  
  38.             { 25, "58" },
  39.             { 88, "174" },
  40.             { 97, "176" },
  41.             { 98, "175" },
  42.  
  43.             { 27, "60" },
  44.             { 99, "183" },
  45.         };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement