Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. public string Benefits()
  2. {
  3. string format = null;
  4. switch(SiteCode)
  5. {
  6. case SiteCompany.Codes.NGC:
  7. case SiteCompany.Codes.NCS:
  8. case SiteCompany.Codes.PMG:
  9. case SiteCompany.Codes.CGC:
  10. case SiteCompany.Codes.CS: format = "Benefits.aspx"; break;
  11. case SiteCompany.Codes.CGCMvc:
  12. case SiteCompany.Codes.PMGMvc:
  13. case SiteCompany.Codes.NGCRegistry: format = "account/membership/"; break;
  14. }
  15.  
  16. return FormatUrl(format);
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement