//update order end //delete order details start public static int deleteorderdetails(string orderid) { return(AnkapurRepository.deleteorderdetails(orderid)); //return count; }