added scaffolding for email sending methods

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-13 11:12:37 -07:00
parent 03b89786ec
commit c9d60910e5
4 changed files with 45 additions and 1 deletions

View File

@@ -83,7 +83,8 @@ namespace CarCareTracker.Logic
{
Id = -1,
UserName = credentials.UserName,
IsAdmin = true
IsAdmin = true,
IsRootUser = true
};
}
else