Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public TouristAttraction GetTouristAttraction(int id)
  2. {
  3. TouristAttraction touristattraction = db.TouristAttractions.Find(id);
  4. }
  5.  
  6.  
  7. ////////////////////////////////////////////////////////////////
  8. var person = context.People.Find(1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement