Exemplo n.º 1
0
 public List <object> SelectGirosbyDocClave(string avalue, Int16 clave)
 {
     return(ADGirosPersonaManager.SelectGirosbyDocClave(avalue, clave));
 }
Exemplo n.º 2
0
 public List <GiroModel> SelectGirosbyDocClave(string avalue, Int32 clave)
 {
     return(ADGirosPersonaManager.SelectGirosbyDocClave(avalue, clave));
 }