Class SecondContextTestDataBuilder
Inheritance
SecondContextTestDataBuilder
Assembly: Volo.Abp.EntityFrameworkCore.Tests.SecondContext.dll
Syntax
public class SecondContextTestDataBuilder : ITransientDependency
Constructors
SecondContextTestDataBuilder(IBasicRepository<BookInSecondDbContext, Guid>, IGuidGenerator)
Declaration
public SecondContextTestDataBuilder(IBasicRepository<BookInSecondDbContext, Guid> bookRepository, IGuidGenerator guidGenerator)
Parameters
Methods
BuildAsync()
Declaration
Returns
Implements
Extension Methods