Exemplo n.º 1
0
 public int updateBugStatus(int id, Status status)
 {
     return(bugsRepo.updateStatus(id, status));
 }