예제 #1
0
 public void GetList4Leads(long userID, out long CampaingID)
 {
     try
     {
         DataSet ds = new Dialer_AutoProgressive.DataAccess.ClsUserDataService().GetLeadsList(userID, out CampaingID);
     }
     catch (Exception ex)
     {
         VMuktiHelper.ExceptionHandler(ex, "GetList4Leads()", "ClsLead.cs");
         CampaingID = 0;
     }
 }
예제 #2
0
        public void GetList4Leads(long userID,out long CampaingID)
        {
            try
            {
                DataSet ds = new Dialer_AutoProgressive.DataAccess.ClsUserDataService().GetLeadsList(userID, out CampaingID);
            }
            catch (Exception ex)
            {
                VMuktiHelper.ExceptionHandler(ex, "GetList4Leads()", "ClsLead.cs");
                CampaingID = 0;
            }

        }