using System; using System.Collections.Generic; using System.Linq; using System.Text; using CoreFS.CA06; using System.Data; using System.Collections; using Core.Mes.Client.Common; namespace Core.LgMes.Client.lgBll.lgResMgt { /// /// stl_ccm_billetwgtsampling /// public class LgStlCcmBilletWgtSamplingMgt { private static Core.LgMes.Client.lgServiceMgt.LgResService.LgStlCcmBilletWgtSamplingService StlCcmBilletWgtSamplingService = new Core.LgMes.Client.lgServiceMgt.LgResService.LgStlCcmBilletWgtSamplingService(); public static DataSet GetStlCcmBilletWgtSamping(ClientParamWithSqlConditionAndOpenBase param) { return StlCcmBilletWgtSamplingService.GetStlCcmBilletWgtSampling(param); } } }