Exemplo n.º 1
0
        public void Create()
        {
            PhotoSysCategory c = validate(null);

            if (ctx.HasErrors)
            {
                run(Add);
                return;
            }

            db.insert(c);
            log(SiteLogString.InsertPhotoSysCategory(), c);

            echoToParentPart(lang("opok"));
        }