added scaffolding for email sending methods
This commit is contained in:
@@ -83,7 +83,8 @@ namespace CarCareTracker.Logic
|
||||
{
|
||||
Id = -1,
|
||||
UserName = credentials.UserName,
|
||||
IsAdmin = true
|
||||
IsAdmin = true,
|
||||
IsRootUser = true
|
||||
};
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user