Beispiel #1
0
        // POST api/<controller>
        public int Post(ShippingReceived shippingR)
        {
            ShippingReceived SR = new ShippingReceived();

            return(SR.newmaterial(shippingR));
        }