Beispiel #1
0
        public ActionResult Create()
        {
            var model = _associateTypeService.GetAssociateTypeManageModel();

            return(View(model));
        }