This commit is contained in:
mmrbnjd
2025-08-16 01:20:42 +03:30
parent 029a10e1af
commit 86804a57f1
6 changed files with 204 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
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; }
}
}