79357031

Date: 2025-01-15 04:00:24
Score: 2
Natty:
Report link

namespace Simulation2.BL { public static class ConfigurationService { public static void AddBLService(this IServiceCollection services) { services.AddAutoMapper(Assembly.GetExecutingAssembly());
services.AddScoped<ITechnicianService, TechnicianService>();
} } }

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: sama gurbanova