Exemplo n.º 1
0
 public SeoController(ISeoRepository seoRepository)
 {
     _seoRepository = seoRepository;
 }
 public SeoController(ISeoRepository seoRepository, ISeoService seoService)
 {
     this._seoRepository = seoRepository;
     this._seoService    = seoService;
 }