Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. @Html.EditorFor(m=> m.AddressEditor,"AddAddress")
  2.  
  3. public class AddressViewModel
  4.  
  5. public EditAddressViewModel AddressEditor {get; set;}
  6.  
  7.  
  8.  
  9. public bool AllowOrgs { get;set; }
  10.  
  11. public bool IsOrgOnly { get; set; }
  12.  
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement