Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
392 Points
127 Posts
Apr 27, 2012 11:37 AM|LINK
use smaller models instead
public class BeachModel { public string Title {get;set;} public IEnumerable<string> beaches {get;set;} }
it's a good practice
ossprologix
Member
392 Points
127 Posts
Re: Selecting Category name from the one side while selecting a list from the many side
Apr 27, 2012 11:37 AM|LINK
use smaller models instead
public class BeachModel { public string Title {get;set;} public IEnumerable<string> beaches {get;set;} }it's a good practice