code cleanup.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-02-21 22:48:37 -07:00
parent 814aa8d22b
commit b5ea3c63a1
9 changed files with 2 additions and 25 deletions

View File

@@ -3,8 +3,6 @@ using CarCareTracker.Logic;
using CarCareTracker.Models;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using System.Net;
using System.Net.Mail;
namespace CarCareTracker.Controllers
{