public NotificacaoProdutoService() { ContextoDados context = new ContextoDados(); this._destinarioRepo = new DestinarioRepository(context); _repo = new NotificacaoRepository(context); }
public NotificacaoService(GlobalContext context) { Repository = new NotificacaoRepository(context); }
public NotificacaoService() { Repository = new NotificacaoRepository(); }