Files
Hushian/Common/Dtos/Prompt/ADD_PromptDto.cs

16 lines
221 B
C#
Raw Permalink Normal View History

2025-08-16 01:20:42 +03:30
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Common.Dtos.Prompt
{
public class ADD_PromptDto
{
public string Test { get; set; }
}
}