Table of Contents

Class BuinessServiceBase<TDbContext1, TDbContext2>

Namespace
Biwen.QuickApi.Application
Assembly
Biwen.QuickApi.dll
public abstract class BuinessServiceBase<TDbContext1, TDbContext2> : BuinessServiceBase<TDbContext1> where TDbContext1 : DbContext where TDbContext2 : DbContext

Type Parameters

TDbContext1
TDbContext2
Inheritance
BuinessServiceBase<TDbContext1>
BuinessServiceBase<TDbContext1, TDbContext2>
Derived
Inherited Members
Extension Methods

Constructors

BuinessServiceBase(IUnitOfWork<TDbContext1>, IUnitOfWork<TDbContext2>, ILogger?)

public BuinessServiceBase(IUnitOfWork<TDbContext1> uow1, IUnitOfWork<TDbContext2> uow2, ILogger? logger = null)

Parameters

uow1 IUnitOfWork<TDbContext1>
uow2 IUnitOfWork<TDbContext2>
logger ILogger

Properties

Uow2

protected IUnitOfWork<TDbContext2> Uow2 { get; }

Property Value

IUnitOfWork<TDbContext2>