Class SecondContextTestDataBuilder
Inheritance
object
SecondContextTestDataBuilder
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.MongoDB.TestApp.SecondContext
Assembly: Volo.Abp.MongoDB.Tests.SecondContext.dll
Syntax
public class SecondContextTestDataBuilder : ITransientDependency
Constructors
SecondContextTestDataBuilder(IBasicRepository<BookInSecondDbContext, Guid>, IGuidGenerator)
Declaration
public SecondContextTestDataBuilder(IBasicRepository<BookInSecondDbContext, Guid> bookRepository, IGuidGenerator guidGenerator)
Parameters
| Type | Name | Description |
|---|---|---|
| IBasicRepository<BookInSecondDbContext, System.Guid> | bookRepository | |
| IGuidGenerator | guidGenerator |
Methods
BuildAsync()
Declaration
public Task BuildAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |