From 3f5797458f8a710a68bcdedf8d22d926cb7dd95f Mon Sep 17 00:00:00 2001 From: Bright Date: Tue, 11 Jun 2024 11:56:28 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=9F?= =?UTF-8?q?=E0=B8=B4=E0=B8=A5=E0=B8=94=E0=B9=8C=20Competency.id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BMA.EHR.Application/Responses/ProbationAssignResponse.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BMA.EHR.Application/Responses/ProbationAssignResponse.cs b/BMA.EHR.Application/Responses/ProbationAssignResponse.cs index fa0d928a..cc85de84 100644 --- a/BMA.EHR.Application/Responses/ProbationAssignResponse.cs +++ b/BMA.EHR.Application/Responses/ProbationAssignResponse.cs @@ -74,7 +74,7 @@ public class Competency { - public int id { get; set; } + public string id { get; set; } = string.Empty; public string title { get; set; } = string.Empty; public string description { get; set; } = string.Empty; }