示例#1
0
 public System.Threading.Tasks.Task <ReportSystem.CommonSer.CommonCodeDataObjectList> CreatCommonCodesAsync(ReportSystem.CommonSer.CommonCodeDataObjectList commonCodeDataObjects, string DBName)
 {
     return(base.Channel.CreatCommonCodesAsync(commonCodeDataObjects, DBName));
 }
示例#2
0
 public ReportSystem.CommonSer.CommonCodeDataObjectList CreatCommonCodes(ReportSystem.CommonSer.CommonCodeDataObjectList commonCodeDataObjects, string DBName)
 {
     return(base.Channel.CreatCommonCodes(commonCodeDataObjects, DBName));
 }