using Lamar; using InfoBipRepo = DealerSelection.Api.Infrastructure.InfoBip; using MulesoftRepo = DealerSelection.Api.Infrastructure.Mulesoft; using AssignDealerRepo = DealerSelection.Api.Infrastructure.AssignDealer; using Customerdetail = DealerSelection.Api.Infrastructure.CustomerDetail; using JwtRepo = DealerSelection.Api.Infrastructure.Jwt; namespace DealerSelection.DependencyInjection; public class InfrastructureRegistry : ServiceRegistry { public InfrastructureRegistry() { For() .Use() .Ctor().Is("BOOKING") .Transient(); For() .Use() .Ctor().Is("BOOKING") .Transient(); For() .Use() .Ctor().Is("BOOKING") .Transient(); For() .Use() .Ctor().Is("BOOKING") .Transient(); } }