Beispiel #1
0
        public int Put(ShippingReceived shippingR)
        {
            ShippingReceived SR = new ShippingReceived();

            return(SR.updateSR(shippingR));
        }