10 lines
247 B
C#
10 lines
247 B
C#
|
|
using Microsoft.EntityFrameworkCore;
|
||
|
|
|
||
|
|
namespace BMA.EHR.Discipline.Service.Requests
|
||
|
|
{
|
||
|
|
public class DisciplineResultRequest
|
||
|
|
{
|
||
|
|
public string resultDescription { get; set; }// *สรุปผลการพิจารณา
|
||
|
|
}
|
||
|
|
}
|