Ejemplo n.º 1
0
 public BlogsTagService(IBlogsTagRepository repository)
 {
     this.repository = repository;
 }
Ejemplo n.º 2
0
 public BlogsTagService(IBlogsTagRepository repository, OxiteContext context)
 {
     this.repository = repository;
     this.context    = context;
 }