public Azeroth.Klz.ActionResult Item() { var parameter = this.GetParameter <Model.DevDoc>(); Model.DevDoc article = BllAriticle.GetEntityById(parameter.Id); this.ViewData["doc"] = article; return(View()); }
public void Save(Model.DevDoc parameter) { throw new NotImplementedException(); }