コード例 #1
0
 public string Delete([FromRoute] int id)
 {
     return(ProjectDocumentService.DeleteProjectDocument(id, dbConn));
 }