Ejemplo n.º 1
0
 public ActionResult CheckEditReceiveAddressNameExists(string addressName, int id)
 {
     return(Json(!MGJH_TransportPointBLL.CheckEditReceiveAddressNameExists(addressName, id)));
 }