Ejemplo n.º 1
0
        public JsonResult AddClientEmployer(ClientEmployer _ClientEmployer)
        {
            int addClientInsurerID = _iClientService.addClientEmployer(Mapper.Map <MMC.MMCService.ClientService.ClientEmployer>(_ClientEmployer));

            return(Json(GlobalConst.Message.SaveMessage, GlobalConst.ContentTypes.TextHtml));
        }