示例#1
0
 public System.Threading.Tasks.Task <bool> AddCollectDataAsync(ManagerSystem.MVC.SpringerServiceReference.DataInfoModel[] datalist, string infotype, string title, string phone, ManagerSystem.MVC.SpringerServiceReference.FileUploadMessageModel fileupload)
 {
     return(base.Channel.AddCollectDataAsync(datalist, infotype, title, phone, fileupload));
 }
示例#2
0
 public bool AddReportData(ManagerSystem.MVC.SpringerServiceReference.DataInfoModel[] datalist, string infotype, string title, string phone, ManagerSystem.MVC.SpringerServiceReference.FileUploadMessageModel fileupload)
 {
     return(base.Channel.AddReportData(datalist, infotype, title, phone, fileupload));
 }