6 lines
131 B
C#
6 lines
131 B
C#
namespace Application.Endpoints.SicknessPrediction;
|
|
|
|
public class SicknessPredictionDto
|
|
{
|
|
public string Text { get; set; }
|
|
} |