コード例 #1
0
 public List <Coach> CoachSelectHome(int views)
 {
     return(_coachDAL.CoachSelectHome(views));
 }