Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. public string reseller_name { get; set; }
  2.  
  3. public virtual ICollection<Isp_Gifts> Isp_Gifts { get; set; }
  4.  
  5. public string Gift_Name { get; set; }
  6.  
  7.  
  8. // to make a dropdown list to sellect the reseller name
  9. public string Reseller_ID { get; set; }
  10. public virtual resellers resellers { get; set; }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement