Exemple #1
0
 public Contact Search(string name)
 {
     return(phoneContactModel.GetDetail(name));
 }