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