摘要: 重构之前代码如下影片类:View Code public class Moive { public Moive() { this.MoiveName = "十二生肖"; this.MoiveType = (int)MoivesType.New; } /// /// 影片名称 /// public string MoiveName { get; set; } /// /// 影片类型 /// ... 阅读全文
posted @ 2013-03-21 16:38 fixbug11 阅读(366) 评论(0) 推荐(0) 编辑