Ejemplo n.º 1
0
 public SettingsEntity GetFor(IClassifiable entity)
 {
     return(settingsRepo.GetOrCreate(entity));
 }