示例#1
0
        //////////////29-12-2018

        public int?MarketingMatchfollowupCompare([FromBody] fileuploadexcel obj)
        {
            return(this.IEmployeeReport.MarketingMatchfollowupCompare(obj));
        }
示例#2
0
 public int?MarketingMatchfollowupCompare([FromBody] fileuploadexcel obj)
 {
     return(new EmployeeReportPageDAL().MarketingMatchfollowupCompare(obj, "[dbo].[Usp_Emp_InsertVoiceRecordinginfo]"));
 }