コード例 #1
0
 public Dictionary <int, string> CustomerSearch(string term)
 {
     return(_customerHandler.CustomerSearchByNameOrCity(term));
 }