Esempio n. 1
0
 public DataResponse <Filme> GetByID(int id)
 {
     return(filmeDAL.GetByID(id));
 }