コード例 #1
0
 public List <Bar> GetBarsByManagerId(int managerId)
 {
     return(barController.GetBarsByManagerId(managerId));
 }