Exemplo n.º 1
0
 public int CountLinksForMovie(long movieId)
 {
     return(LinkDao.CountForMovie(movieId));
 }