Mineplex2018-withcommit/Website/LOC.Website.Common/Models/AccountAdministrator.cs.rej
Jonathan Williams 3fb52c5c71 Initial Commit
2013-08-27 08:14:08 -07:00

18 lines
659 B
Plaintext

--- AccountAdministrator.cs
+++ AccountAdministrator.cs
@@ -187,6 +190,6 @@
{
UserId = account.AccountId,
AdminId = repository.Where<Account>(x => x.Name == punish.Admin).First().AccountId,
- PunishmentType = punish.PunishType,
- Time = DateTime.Now,
+ Category = punish.Category,
+ Date = punish.Time,
Reason = punish.Reason,
@@ -192,4 +195,4 @@
Reason = punish.Reason,
- Duration = punish.Hours,
+ Level = punish.Level,
};