Ejemplo n.º 1
0
 public List <Bar> GetBarsByManagerId(int managerId)
 {
     return(barController.GetBarsByManagerId(managerId));
 }