コード例 #1
0
 public IEnumerable <BasicContactInformation> GetBasicContactInformation(string searchString)
 {
     return(_dbHandler.GetBasicContactInformation(searchString)
            .Select(Mapper.Map <Contact, BasicContactInformation>));
 }