Exemplo n.º 1
0
        internal void DeletePhoto(int idPoza)
        {
            HotelEntities context = new HotelEntities();

            context.DeletePhoto(idPoza);
            context.SaveChanges();
        }