コード例 #1
0
ファイル: ClientController.cs プロジェクト: buyonlinemahi/MMC
        public JsonResult AddClientEmployer(ClientEmployer _ClientEmployer)
        {
            int addClientInsurerID = _iClientService.addClientEmployer(Mapper.Map <MMC.MMCService.ClientService.ClientEmployer>(_ClientEmployer));

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