コード例 #1
0
        public List <Salon> ListeSalons(int page, byte maxParPage, string rechch)
        {
            int start = (page - 1) * maxParPage;

            return(salonRepository.ListeSalons(start, maxParPage, rechch));
        }