コード例 #1
0
 public Salon Trouve(uint id)
 {
     return(salonRepository.Trouve(id));
 }