Exemple #1
0
 public DataTable GetPartitaIva(string pre)
 {
     Methods.RicercaMng ricerca = new Methods.RicercaMng();
     return(ricerca.GetPartitaIva(pre));
 }
Exemple #2
0
 public DataTable RicercaDealer(string xmlInput, string user)
 {
     Methods.RicercaMng ricerca = new Methods.RicercaMng();
     return(ricerca.RicercaDealer(xmlInput, user));
 }
Exemple #3
0
 public DataTable GetLocalita(string pre, string prov)
 {
     Methods.RicercaMng ricerca = new Methods.RicercaMng();
     return(ricerca.GetLocalita(pre, prov));
 }
Exemple #4
0
 public DataTable GetRagioneSociale(string pre)
 {
     Methods.RicercaMng ricerca = new Methods.RicercaMng();
     return(ricerca.GetRagioneSociale(pre));
 }
Exemple #5
0
 public string GestioneRicerca(string user)
 {
     Methods.RicercaMng ricerca = new Methods.RicercaMng();
     return(ricerca.GestioneRicerca(user));
 }
Exemple #6
0
 public DataTable GetAllMasterDealerCode(string pre)
 {
     Methods.RicercaMng ricerca = new Methods.RicercaMng();
     return(ricerca.GetAllMasterDealerCode(pre));
 }
Exemple #7
0
 public DataTable GetInfoDealer(string info, string param, string utente)
 {
     Methods.RicercaMng ricerca = new Methods.RicercaMng();
     return(ricerca.GetInfoDealer(info, param, utente));
 }