/// <summary> /// 得到一个对象实体 GetModel(Guid Guid) /// </summary> public BlogInfo GetModel(string guid) { return(_blog.GetModel(guid)); }