Exemplo n.º 1
0
 public List <CambiosDetalleInfo> ListEntrada(string nit, string numero)
 {
     return(module.ListEntrada(nit, numero));
 }