Exemplo n.º 1
0
 public IEnumerable <DTOLibrary.FilmDTO> Actors(int id)
 {
     return(BLLVideotheque.getStock());
 }
Exemplo n.º 2
0
 public List <FilmDTO> GetStock()
 {
     return(BLLVideotheque.getStock());
 }
Exemplo n.º 3
0
 public IEnumerable <DTOLibrary.FilmDTO> GetAll()
 {
     return(BLLVideotheque.getStock());
 }