hrms-api-backend/BMA.EHR.Insignia/Requests/GetInsigniaDetailByNodeReportDto.cs

10 lines
No EOL
231 B
C#

namespace BMA.EHR.Insignia.Service.Requests
{
public class GetInsigniaDetailByNodeReportDto
{
public Guid roundId { get; set; }
public int node { get; set; }
public Guid nodeId { get; set; }
}
}