Example #1
0
 public async Task <ActionResult <Order> > Put(Order model)
 {
     return(await _app.Update(model));
 }