Exemplo n.º 1
0
 public List <BETipoCambio> DXP_GET_RATE(BEParameters obep)
 {
     using (var odr = oda.DXP_GET_RATE(obep))
     {
         var olst = new List <BETipoCambio>();
         var iLst = olst;
         ((IList)iLst).LoadFromReader <BETipoCambio>(odr);
         Dispose(false);
         return(olst);
     }
 }