Ejemplo n.º 1
0
 public IHttpActionResult CreateProduct([FromBody] Parameter type)
 {
     return(Created("", _service.CreateProduct(type)));
 }