mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 11:56:32 +00:00
move hw set and queue offset to user rest entitiy
switch to body email set
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Azaion.Common.Entities;
|
||||
|
||||
namespace Azaion.Common.Requests;
|
||||
|
||||
public class SetUserQueueOffsetsRequest
|
||||
{
|
||||
public string Email { get; set; } = null!;
|
||||
public UserQueueOffsets Offsets { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user