苏木清华

--一些小记录

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2010年10月15日

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.Contracts;namespace LosTechies.DaysOfRefactoring.SampleCode.DesignByContract.After{ public class CashR... 阅读全文
posted @ 2010-10-15 15:21 苏木清华 阅读(162) 评论(0) 推荐(1)

摘要: using System.Collections.Generic;namespace LosTechies.DaysOfRefactoring.EncapsulateCollection.After{ public class Order { private List<OrderLine> _orderLines; private double _orderTotal; public ... 阅读全文
posted @ 2010-10-15 14:19 苏木清华 阅读(138) 评论(0) 推荐(0)