Collection Rework (#2830)
This commit is contained in:
parent
0dacc061f1
commit
deaaccb96a
93 changed files with 5413 additions and 1120 deletions
9
API/DTOs/Collection/PromoteCollectionsDto.cs
Normal file
9
API/DTOs/Collection/PromoteCollectionsDto.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
namespace API.DTOs.Collection;
|
||||
|
||||
public class PromoteCollectionsDto
|
||||
{
|
||||
public IList<int> CollectionIds { get; init; }
|
||||
public bool Promoted { get; init; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue