/// <summary>
 /// Initializes a new instance of the <see cref="DependencyXPObjectSpace"/> class.
 /// </summary>
 /// <param name="serviceCollection">The service collection.</param>
 /// <param name="typesInfo">The types information.</param>
 /// <param name="xpoTypeInfoSource">The xpo type information source.</param>
 /// <param name="createUnitOfWorkDelegate">The create unit of work delegate.</param>
 public DependencyXPObjectSpace(
     IServiceCollection serviceCollection,
     ITypesInfo typesInfo,
     XpoTypeInfoSource xpoTypeInfoSource,
     CreateUnitOfWorkHandler createUnitOfWorkDelegate
     ) : base(typesInfo, xpoTypeInfoSource, createUnitOfWorkDelegate)
     => this.serviceCollection = serviceCollection;
Ejemplo n.º 2
0
 public XpandObjectSpace(ITypesInfo typesInfo, XpoTypeInfoSource xpoTypeInfoSource, CreateUnitOfWorkHandler createUnitOfWorkDelegate)
     : base(typesInfo, xpoTypeInfoSource, createUnitOfWorkDelegate.Invoke) {
 }
Ejemplo n.º 3
0
 public XpandObjectSpace(ITypesInfo typesInfo, XpoTypeInfoSource xpoTypeInfoSource, CreateUnitOfWorkHandler createUnitOfWorkDelegate)
     : base(typesInfo, xpoTypeInfoSource, createUnitOfWorkDelegate.Invoke)
 {
 }