public PostagemController(AnuncioRepositorio anuncioDAO, UsuarioRepositorio usuarioDAO, ChatRepositorio chatDAO, BombaRepositorio bombaDAO)
 {
     this.anuncioDAO = anuncioDAO;
     this.usuarioDAO = usuarioDAO;
     this.chatDAO    = chatDAO;
     this.bombaDAO   = bombaDAO;
 }
Exemple #2
0
 public ChatServicioImpl(ChatRepositorio ChatRepositorioImpl)
     : base(ChatRepositorioImpl)
 {
 }