feat(dal,core): Перенесены оставшиеся объекты из dal в core.
This commit is contained in:
11
PARR.Domain/DTOs/Shortcode/ShortcodeInfoDto.cs
Normal file
11
PARR.Domain/DTOs/Shortcode/ShortcodeInfoDto.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using PARR.Domain.Enums;
|
||||
|
||||
namespace PARR.Domain.DTOs.Shortcode
|
||||
{
|
||||
public class ShortcodeInfoDto
|
||||
{
|
||||
public required string Shortcode { get; set; }
|
||||
public required string Description { get; set; }
|
||||
public ShortcodeTypeEnum Type { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user