16 lines
221 B
C#
16 lines
221 B
C#
![]() |
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; }
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|