Guest User

Untitled

a guest
Jun 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1.  Item region = (from Item i in service.GetCodelistValues(cred, 1, 4)
  2.                                   where i.ID == job.RegionId.ToString()
  3.                                   select i).First();
Add Comment
Please, Sign In to add comment