StructureMap是一款很老的IoC/DI容器,从2004年.NET 1.1支持至今。 一个使用例子 //创建业务接口 public interface IDispatchService { } public interface ICourier { } public interface IPaymentGateway { } public inter
技术文章 / 下载软件趣味内容 / 专业带飞