コード例 #1
0
 public List <Adicional> Pesquisar(string texto)
 {
     return(dao.Pesquisar(texto));
 }