Exemplo n.º 1
0
 public IHttpActionResult Insert(Order obj)
 {
     return(Ok(_repo.Insert(obj)));
 }
Exemplo n.º 2
0
 public int Insert(Order obj)
 {
     return(_repo.Insert(obj));
 }