コード例 #1
0
 public ActionResult DeleteCompany(string id)
 {
     _service.DeleteCompany(new Guid(id));
     return(new HttpStatusCodeResult(HttpStatusCode.OK));
 }