Exemplo n.º 1
0
 public List <Trading> getTradingByIdBook(int idBook, int idOwner)
 {
     return(tradingdao.getTradingByIdBook(idBook, idOwner));
 }