Example #1
0
 public IList <SimpleSelectDto> GetFamlies()
 {
     return(_familyRepository.All());
 }