Method | Description | |
---|---|---|
Delete ( |
||
GetAll ( ) : IEnumerable |
||
GetByName ( string name ) : |
||
GetSetting ( int id ) : |
||
Save ( |
||
SettingService ( IRepository |
public Delete ( |
||
obj | ||
return | void |
public GetByName ( string name ) : |
||
name | string | |
return |
public GetSetting ( int id ) : |
||
id | int | |
return |
public Save ( |
||
obj | ||
return | void |
public SettingService ( IRepository |
||
settingRepository | IRepository |
|
return | System |