Audit Service
This commit is contained in:
23
FoodsharingSiegen.Contracts/Entity/AuditType.cs
Normal file
23
FoodsharingSiegen.Contracts/Entity/AuditType.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
namespace FoodsharingSiegen.Contracts.Entity
|
||||
{
|
||||
public enum AuditType : int
|
||||
{
|
||||
None = 0,
|
||||
|
||||
// Profile
|
||||
SaveProfile = 10,
|
||||
SetOwnPassword = 20,
|
||||
|
||||
// Usermanagement
|
||||
CreateUser = 30,
|
||||
UpdateUser = 40,
|
||||
RemoveUser = 50,
|
||||
SetUserPassword = 60,
|
||||
|
||||
// Prospect
|
||||
CreateProspect = 70,
|
||||
EditProspect = 80,
|
||||
AddInteraction = 90,
|
||||
RemoveInteraction = 100
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user