6 lines
151 B
C#
6 lines
151 B
C#
namespace Application.Endpoints.SicknessPrediction;
|
|
|
|
public class SicknessPredictionCommand
|
|
{
|
|
public string Text { get; set; } = string.Empty;
|
|
} |