Exemplo n.º 1
0
 public List <Bid> getAllReviewers(int id)
 {
     try
     {
         return(bidRepo.GetAllRewersById(id));
     }
     catch (Exception e)
     {
         Console.WriteLine(e.Message);
     }
     return(null);
 }