Ejemplo n.º 1
0
 public IHttpActionResult Put(int id, [FromBody] _001a_hrmRefPrefixListDomain body)
 {
     body.ID = id;
     return(Json(cat1.Command(body, Command.Update)));
 }
Ejemplo n.º 2
0
 public IHttpActionResult Post([FromBody] _001a_hrmRefPrefixListDomain body)
 {
     return(Json(cat1.Command(body, Command.Insert)));
 }