Ejemplo n.º 1
0
 public Fornecedor LerPorID(int Id)
 {
     return(fornecedorDAL.LerPorID(Id));
 }