Ejemplo n.º 1
0
 public TagsRepository(ITagEntityDAO tagEntityDAO, IConverterFactory converterFactory)
 {
     this.converterFactory = converterFactory;
     this.tagEntityDAO     = tagEntityDAO;
     tagCache = new Dictionary <Tag, ITagEntity>();
 }