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