Beispiel #1
0
 /// <summary>
 /// m_lngInsertBatchSet
 /// </summary>
 /// <param name="p_lstResult"></param>
 /// <param name="p_lstContion"></param>
 /// <returns></returns>
 public long m_lngInsertBatchSet(List <clsLisQCBatchVO> p_lstResult, List <clsLisQCConcentrationVO> p_lstContion)
 {
     using (clsTmdQCBatchSvc svc = new clsTmdQCBatchSvc())
     {
         return(svc.m_lngInsertBatchSet(this.objPrincipal, p_lstResult, p_lstContion));
     }
 }