This commit is contained in:
parent
887d015276
commit
0bc0fb2c99
3 changed files with 3 additions and 3 deletions
|
|
@ -6,6 +6,6 @@ namespace BMA.EHR.Discipline.Service.Requests
|
|||
public class ReportPersonRequest
|
||||
{
|
||||
public string[] refIds { get; set; }
|
||||
public string status { get; set; }
|
||||
public string? status { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ namespace BMA.EHR.Placement.Service.Requests
|
|||
public class ReportPersonRequest
|
||||
{
|
||||
public string[] refIds { get; set; }
|
||||
public string status { get; set; }
|
||||
public string? status { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ namespace BMA.EHR.Retirement.Service.Requests
|
|||
public class ReportPersonRequest
|
||||
{
|
||||
public string[] refIds { get; set; }
|
||||
public string status { get; set; }
|
||||
public string? status { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue