Exemple #1
0
 public ActionResult AgregarTipoPersona(TipoPersonaEN en)
 {
     return(Content(Convert.ToString(_dal.AgregarTipoPersona(en))));
 }