public ContentService(IRepository<ContentEntity> contentRepository, IRepository<DraftContentPropertyEntity> draftPropertyRepository, IEventStore eventStore, IApplicationCache applicationCache, ICommandBus commandBus, ILogger<ContentService> logger, IServiceProvider serviceProvider, IJsonSerializer serializer)
Parameters
contentRepository
IRepository<T>
draftPropertyRepository
IRepository<T>
eventStore
IEventStore
applicationCache
IApplicationCache
commandBus
ICommandBus
logger
ILogger<ContentService>
serviceProvider
IServiceProvider
serializer
IJsonSerializer