Exemplo n.º 1
0
 public static string ContactExists(string companyCD, string typeName)
 {
     return(CustomContactImportDBHelper.ContactExists(companyCD, typeName));
 }
Exemplo n.º 2
0
 public static bool ImportContact(List <XBase.Model.Office.CustManager.LinkManModel> modeList)
 {
     return(CustomContactImportDBHelper.ImportContact(modeList));
 }
Exemplo n.º 3
0
 public static string CustomExists(string companyCD, string custName)
 {
     return(CustomContactImportDBHelper.CustomExists(companyCD, custName));
 }