摘要:
上一篇文章我们编写了此例的DTO层,本文将数据访问层封装为逻辑层,提供给界面使用。 1.获取TFS Dto实例,并且可以获取项目集合,以及单独获取某个项目实体 public static TFSServerBll Instance = new TFSServerBll(); public TFSServerDto dto; public TFSServerBll() { dto = new TFSServerDto("http://server:8080/tfs/Project/"); } ... 阅读全文