Exemple #1
0
 public IEnumerable <Horda> GetAll()
 {
     return(izeContext.Horda.Select(h => hordaMapper.MapToDomain(h)).ToList());
 }