예제 #1
0
 public CreateMyObjectCommandHandler(MyApplicationServiceWhichUsesUniformSession service, IAsyncSessionProvider session)
 {
     _service = service;
     _session = session;
 }
예제 #2
0
 public MyCustomDomainEventHandler(IAsyncSessionProvider session)
 {
     _session = session;
 }