first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace OpenWarehouse.auth.lib.Model;
|
||||
|
||||
public class UserPrivilageModel
|
||||
{
|
||||
public string? Username { get; set; }
|
||||
public Dictionary<string, string>? Privilages { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user