Ejemplo n.º 1
0
 public SettingsLogic(IBudgeterCache cache, SettingsContextWrapper context)
 {
     Cache   = cache;
     Context = context;
 }
Ejemplo n.º 2
0
 public SettingController(IBudgeterCache cache)
 {
     Cache   = cache;
     Context = new SettingsContextWrapper();
 }
Ejemplo n.º 3
0
 public SiteListEntryLogic(IBudgeterCache cache, SettingsContextWrapper context)
 {
     Cache   = cache;
     Context = context;
 }
Ejemplo n.º 4
0
 public SettingRequester(IBudgeterCache cache)
 {
     Cache   = cache;
     Context = new SettingsContextWrapper();
 }