摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using Autofac.Builder;using Autofac.Configuration;using Autofac;/// by rhythmknamespace AutofacApp{ class Program { static void Main(string[] args) { var builder = new ContainerBuilder()... 阅读全文
posted @ 2012-03-13 21:15 Rhythmk 阅读(776) 评论(1) 推荐(0) 编辑
Rhythmk 个人笔记