Interface IApplicationSettingService<T>
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
Represents an interface for retrieving application settings of type T
.
public interface IApplicationSettingService<T> : IApplicationSettingService where T : class
Type Parameters
T
The type of the application settings.
Methods
- Get()
Gets the application settings of type
T
.