Ejemplo n.º 1
0
 public BlogManager(BlogRepository.MySQL.BlogRepository repository)
 {
     this.repository = repository;
 }