예제 #1
0
 public void GetLocateNo(string strStocktakeNo, out string strLocateNo, out string strResult)
 {
     ConfirmStockTakeDBO dbo = new ConfirmStockTakeDBO(ref USEDB);
     
     try
     {
         dbo.GetLocateNo(strStocktakeNo, out strLocateNo, out strResult);                
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }