Default constructor. Services are injected by the IoC container.

public ViewService(IRepository<ViewDescriptor> viewDescriptorRepository, IApplicationCache applicationCache)

Parameters

viewDescriptorRepository IRepository<T>
applicationCache IApplicationCache
In this article