using Bit.Core.Tools.SendFeatures.Commands; using Bit.Core.Tools.SendFeatures.Commands.Interfaces; using Bit.Core.Tools.Services; using Microsoft.Extensions.DependencyInjection; namespace Bit.Core.Tools.SendFeatures; public static class SendServiceCollectionExtension { public static void AddSendServices(this IServiceCollection services) { services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddScoped(); services.AddScoped(); } }