コード例 #1
0
 public List <Invoice> GetByEmployeeId(int id) => _context.GetInvoicesByEmployeeId(id);