Ejemplo n.º 1
0
 public Entity.Movie GetByIdWithCategories(int Id)
 {
     return(_movieDal.GetByIdWithCategories(Id));
 }