Example #1
0
 public ProjectCostDto GetProjectCosts(string code)
 {
     return(_timesheetService.DetermineProjectCosts(code));
 }