摘要:
using System; using System.Collections.Generic; using System.Text; namespace SingleResponsibilityPrinciple { //单一指责原则(Single Responsibility Principle) SRP //There should never be more than o... 阅读全文
posted @ 2016-05-10 02:25
leestar54
阅读(353)
评论(0)
推荐(0)