示例#1
0
        public Azeroth.Klz.ActionResult Item()
        {
            var parameter = this.GetParameter <Model.DevDoc>();

            Model.DevDoc article = BllAriticle.GetEntityById(parameter.Id);
            this.ViewData["doc"] = article;
            return(View());
        }
示例#2
0
 public void Save(Model.DevDoc parameter)
 {
     throw new NotImplementedException();
 }