コード例 #1
0
 public int updateBugStatus(int id, Status status)
 {
     return(bugsRepo.updateStatus(id, status));
 }