Ejemplo n.º 1
0
 public List <Bug> getBugsByOwner(string currentUser)
 {
     return(bugsRepo.getBugsByOwner(currentUser).ToList());
 }