Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. private Talhao cacheTalhao = null;
  2.  
  3. public Talhao Talhao
  4. {
  5. get
  6. {
  7. if(cacheTalhao == null)
  8. cacheTalhao = (RNTalhao.SearchByIDTalhaoCache((IDTalhao ?? 0))
  9. ?? RNTalhao.SearchByID((IDTalhao ?? 0));
  10.  
  11. return cacheTalhao;
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement