Replace more Employee with Driver
This commit is contained in:
@@ -78,7 +78,7 @@ namespace MileageTraker.Web.Controllers
|
||||
|
||||
public ActionResult MonthlyDriverMileage(LogQueryViewModel query)
|
||||
{
|
||||
var items = DataService.GetMonthlyEmployeeMileageItems(query);
|
||||
var items = DataService.GetMonthlyDriverMileageItems(query);
|
||||
|
||||
var report = new DriverMileageViewModel(items, query);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user