Ejemplo n.º 1
0
        public static void HandleBomItemComplete(string CompanyCode, string rmesid, string itemcode, string VendorCode, string ItemBatch, float CompleteQty, string stationname, string barcode, int num)
        {
            SNBomTempDal dal = new SNBomTempDal();

            dal.HandleBomItemComplete(CompanyCode, rmesid, itemcode, VendorCode, ItemBatch, CompleteQty, stationname, barcode, num);
        }
Ejemplo n.º 2
0
        public static void InitSnBomTemp(string CompanyCode, string PlanCode, string StationCode, string Sn)
        {
            SNBomTempDal dal = new SNBomTempDal();

            dal.InitSnBomTemp(CompanyCode, PlanCode, StationCode, Sn);
        }