Ejemplo n.º 1
0
 public ActionResult RemoveContact(string iId, string strTelephone)
 {
     _Provider.RemoveContact(iId, strTelephone);
     return(View());
 }