Example #1
0
 public ContentResult getEmpForAutocomplete(string key)
 {
     return(Content(empbll.getEmpForAutocomplete(key).ToJson()));
 }