using Lamar; using YellowAIRepo = DealerSelection.Api.Infrastructure.YellowAI; using MulesoftRepo = DealerSelection.Api.Infrastructure.Mulesoft; using AssignDealerRepo = DealerSelection.Api.Infrastructure.AssignDealer; using Customerdetail = DealerSelection.Api.Infrastructure.CustomerDetail; using JwtRepo = DealerSelection.Api.Infrastructure.Jwt; using CCAvenue = DealerSelection.Api.Infrastructure.CCAvenue; 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(); For() .Use() .Ctor().Is("BOOKING") .Transient(); For() .Use() .Ctor().Is("BOOKING") .Transient(); } }