Пример #1
0
 public Dictionary <string, string> Dropdown(string flag, string search1 = "")
 {
     return(_repo.Dropdown(flag, search1));
 }