namespace BMA.EHR.Application.Responses.Profiles { public class GetOrgProfileByProfileIdResultDto { public string Message { get; set; } = string.Empty; public int Status { get; set; } = -1; public GetOrgProfileByProfileIdDto? Result { get; set; } } }