Exemplo n.º 1
0
        public IHttpActionResult SaveReceiving(OrderModel ob)
        {
            string str = obj.SaveReceiving(ob);

            return(Ok(str));
        }