Exemplo n.º 1
0
 public IHttpActionResult UpdateCompanyByPutWithDerivedTypeObject(SubCompany newCompany)
 {
     MonstersInc = newCompany;
     return(StatusCode(HttpStatusCode.NoContent));
 }
Exemplo n.º 2
0
 public IHttpActionResult PutUmbrellaFromSubCompany(SubCompany newCompany)
 {
     Umbrella = newCompany;
     return(StatusCode(HttpStatusCode.NoContent));
 }
Exemplo n.º 3
0
 public IHttpActionResult UpdateCompanyByPutWithDerivedTypeObject(SubCompany newCompany)
 {
     MonstersInc = newCompany;
     return StatusCode(HttpStatusCode.NoContent);
 }
Exemplo n.º 4
0
 public IHttpActionResult PutUmbrellaFromSubCompany(SubCompany newCompany)
 {
     Umbrella = newCompany;
     return StatusCode(HttpStatusCode.NoContent);
 }