Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 28th, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 23  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. automapper Iesi.Collections.Generic.ISet<object> to DTO List<object>
  2. public String Name { get; set; }
  3. public Iesi.Collections.Generic.ISet<User> Users
  4.        
  5. public String Name { get; set; }
  6. public IList<User> Users{ get; set; }
  7.        
  8. Mapper.CreateMap<myDomain, myDomainDTO>();