Beispiel #1
0
 public long m_lngReceiveDeviceQCData(string p_strStartDat, string p_strEndDat, int[] p_intBatchSeqArr, out clsLisQCDataVO[] p_objQCDataArr)
 {
     using (clsTmdQCBatchSvc svc = new clsTmdQCBatchSvc())
     {
         return(svc.m_lngReceiveDeviceQCData(this.objPrincipal, p_strStartDat, p_strEndDat, p_intBatchSeqArr, out p_objQCDataArr));
     }
 }