Ejemplo n.º 1
0
 public Fornecedor LerPorNomeContato(string NomeContato)
 {
     return(fornecedorDAL.LerPorNomeContato(NomeContato));
 }