Exemple #1
0
        public ActionResult SaveMotivationRefuse(int?OBKRefReason, string motivationRefuseRu, string motivationRefuseKz,
                                                 Guid declarationId, Guid?OBK_StageExpDocumentId)
        {
            var stageExpDocumentId = expRepo.SaveMotivationRefuse(OBKRefReason, motivationRefuseRu, motivationRefuseKz,
                                                                  declarationId, OBK_StageExpDocumentId);

            return(Json(new { success = true, OBK_StageExpDocumentId = stageExpDocumentId }));
        }