Beispiel #1
0
 public ContactConfig GetContactConfig()
 {
     return(new ContactConfig()
     {
         TagConfig = _dbHandler.GetTagTypes()
                     .Select(Mapper.Map <TagType, TagConfig>)
     });
 }