Following the article: http://www.udidahan.com/2009/06/14/domain-events-salvation/
we can see that DomainEvents
implemantation uses DI container
public static IContainer Container { get; set; }
and then
if(Container != null) {
foreach(var handler in Container.ResolveAll<Handles<T>>()) handler.Handle(args);
}
如果我把DI集装箱放在同一个组装的I储存域物体内,或者我能够将<代码>的存储器外部化/脱射。 正式批准;Handles<T>>? (在我以前的经验中,我把所有<条码>与
从技术上讲,我只熟悉Ninject DI集装箱,但可能理解这个概念,因此,你的建议/指示得到赞赏。
Thanks!