C# Class FloydPink.Flickr.Downloadr.Logic.PreferencesLogic

Inheritance: IPreferencesLogic
Mostra file Open project: flickr-downloadr/flickr-downloadr

Public Methods

Method Description
GetPreferences ( ) : Preferences
PreferencesLogic ( IRepository repository ) : FloydPink.Flickr.Downloadr.Logic.Interfaces
SavePreferences ( Preferences preferences ) : void

Method Details

GetPreferences() public method

public GetPreferences ( ) : Preferences
return FloydPink.Flickr.Downloadr.Model.Preferences

PreferencesLogic() public method

public PreferencesLogic ( IRepository repository ) : FloydPink.Flickr.Downloadr.Logic.Interfaces
repository IRepository
return FloydPink.Flickr.Downloadr.Logic.Interfaces

SavePreferences() public method

public SavePreferences ( Preferences preferences ) : void
preferences FloydPink.Flickr.Downloadr.Model.Preferences
return void