public void AutoMatch(int channelID, int codeID, int clientID, string startDate, string endDate) { SPRecordWrapper.AutoMatch(channelID, codeID, clientID, DateTime.Parse(startDate), DateTime.Parse(endDate)); }