Reorganize root folder structure: Remove apps layer layer

This commit is contained in:
Халимов Рустам
2026-03-19 22:22:45 +03:00
parent fb252f9d87
commit 11ebbc853b
296 changed files with 139 additions and 139 deletions
@@ -0,0 +1,10 @@
using System;
namespace Host.Models;
public record StoryUserDto(
Guid Id,
string Username,
string DisplayName,
string? Avatar
);