Restyle login, change password works
This commit is contained in:
@@ -8,6 +8,8 @@ using MileageTraker.Web.Context;
|
||||
using MileageTraker.Web.Models;
|
||||
using MileageTraker.Web.Utility;
|
||||
using MileageTraker.Web.ViewModels;
|
||||
using MileageTraker.Web.ViewModels.Log;
|
||||
using MileageTraker.Web.ViewModels.Vehicle;
|
||||
|
||||
namespace MileageTraker.Web.DAL
|
||||
{
|
||||
@@ -172,7 +174,6 @@ namespace MileageTraker.Web.DAL
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
public IEnumerable<EmployeeMileageItem> GetMonthlyEmployeeMileageItems(LogQueryViewModel query)
|
||||
{
|
||||
var items =
|
||||
|
||||
Reference in New Issue
Block a user