Пример #1
0
 public IViewComponentResult Invoke(int companyId)
 {
     return(View(overtimeService.getAllEmployeeOvertimesByCompanyId(companyId)));
 }