Guest User

Untitled

a guest
Oct 18th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. int cid = (from c in dc.Cs
  2. where c.id == cid
  3. select c.clientid).FirstOrDefault();
  4.  
  5. return cid;
Add Comment
Please, Sign In to add comment