Exemplo n.º 1
0
        public ActionResult LicenseAdd(LicenseViewModel model)
        {
            model.AddLicense(model);

            return(Json(new { success = true }));
        }