コード例 #1
0
 public List <Employee> GetDirectReports(int id) => _context.GetEmployeeDirectReports(id);