示例#1
0
 //METODOS DE BUSCAS
 public List <Evento> BuscaEventoBanco(Dispositivo obj)
 {
     return(daoEvento.BuscarEventoBanco(obj));
 }