diff --git a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs index 62e84fc93..c9c49cfde 100644 --- a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs +++ b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs @@ -617,7 +617,6 @@ namespace IRaCIS.Application.Contracts public List SubspecialityIds { get; set; } = new List(); public Guid Id { get; set; } - public string OtherSkills { get; set; } = string.Empty; public string ReadingTypeOther { get; set; } = string.Empty; public string ReadingTypeOtherCN { get; set; } = string.Empty;