Exemplo n.º 1
0
        public int Put([FromBody] OrderDetailed parameter)
        {
            OrderDetailedBLL bll = new OrderDetailedBLL();

            return(bll.Update(parameter));
        }