hrms-api-backend/BMA.EHR.Placement.Service/Requests/PersonSelectPositionAppointmentEmployeeRequest.cs

10 lines
No EOL
258 B
C#

using BMA.EHR.Domain.Models.MetaData;
using Microsoft.EntityFrameworkCore;
namespace BMA.EHR.Placement.Service.Requests
{
public class PersonSelectPositionAppointmentEmployeeRequest
{
public Guid? OrganizationEmployeeId { get; set; }
}
}