public NationalWorkflow(SwiftRequest request, RBDbContext dbContext) { this.request = request; this.dbContext = dbContext; this.ConfigureWorkflow(); }
public NationalWorkflow(SwiftRequest request) : this(request, Objects.RBDb) { }