a6cb0081eea76797ce08cb7337253ac01ded0f94
Introduced a new `DependencyInjection` class in the `ReC.Application` namespace to streamline service registration. - Added `AddRecServices` extension method for `IServiceCollection` to configure AutoMapper and MediatR with assembly scanning. - Included `ConfigurationOptions` class to allow configuration of a `LuckyPennySoftwareLicenseKey`. - Added `using` directives for `Microsoft.Extensions.DependencyInjection` and `System.Reflection` to support dependency injection and assembly scanning.
Description
Languages
C#
100%