Beispiel #1
0
        public List <HostImage> GetHostImages(long hostId)
        {
            IHostRepository hostRepository = new HostRepository();

            return(hostRepository.GetHostImages(hostId));
        }