Standard-String-Localizer aus Diensten entfernt.
This commit is contained in:
@@ -27,10 +27,9 @@ namespace DigitalData.Core.Application
|
||||
/// Initializes a new instance of the BasicCRUDService with the specified repository, translation service, and AutoMapper configuration.
|
||||
/// </summary>
|
||||
/// <param name="repository">The CRUD repository for accessing and manipulating entity data.</param>
|
||||
/// <param name="translationService">The service used for key-based text translations, facilitating localization.</param>
|
||||
/// <param name="mapper">The AutoMapper instance for mapping between DTOs and entities.</param>
|
||||
public BasicCRUDService(TCRUDRepository repository, IStringLocalizer defaultLocalizer, IMapper mapper) :
|
||||
base(repository, defaultLocalizer, mapper)
|
||||
public BasicCRUDService(TCRUDRepository repository, IMapper mapper) :
|
||||
base(repository, mapper)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user