Beispiel #1
0
 public PostagemController(AnuncioRepositorio anuncioDAO, UsuarioRepositorio usuarioDAO, ChatRepositorio chatDAO, BombaRepositorio bombaDAO)
 {
     this.anuncioDAO = anuncioDAO;
     this.usuarioDAO = usuarioDAO;
     this.chatDAO    = chatDAO;
     this.bombaDAO   = bombaDAO;
 }
 public AnuncioTestNH()
 {
     _repositorio = new AnuncioRepositorio();
 }