Filter users by active/disabled

This commit is contained in:
2020-08-27 21:41:36 -04:00
parent c58cc951d8
commit b5589103ec
7 changed files with 34 additions and 11 deletions
-1
View File
@@ -6,7 +6,6 @@ using MileageTraker.Web.DAL;
using MileageTraker.Web.Models;
using MileageTraker.Web.Utility;
using MileageTraker.Web.ViewModels.Vehicle;
using MileageTraker.Web.ViewModels.VehicleService;
namespace MileageTraker.Web.Controllers
{