Side Nav Redesign (#2310)
This commit is contained in:
parent
5c2ebb87cc
commit
00dddaefae
88 changed files with 5971 additions and 572 deletions
9
API/DTOs/Dashboard/UpdateStreamPositionDto.cs
Normal file
9
API/DTOs/Dashboard/UpdateStreamPositionDto.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace API.DTOs.Dashboard;
|
||||
|
||||
public class UpdateStreamPositionDto
|
||||
{
|
||||
public int FromPosition { get; set; }
|
||||
public int ToPosition { get; set; }
|
||||
public int Id { get; set; }
|
||||
public string StreamName { get; set; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue