コード例 #1
0
 public Proveedor Get(int id)
 {
     return(proveedorDAO.Get(id));
 }