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