Esempio n. 1
0
 public List <FullProfileViewModel> AreNotCelebrity()
 {
     return(_citizenRepository.AreNotCelebrity().Select(_mapper.Map <FullProfileViewModel>).ToList());
 }