update
This commit is contained in:
parent
2120cd8014
commit
9718ff149c
1 changed files with 0 additions and 2 deletions
|
|
@ -351,8 +351,6 @@ namespace BMA.EHR.Insignia.Service.Controllers
|
|||
citizenId = _data.GetType().GetProperty("CitizenId").GetValue(_data);
|
||||
org = _data.GetType().GetProperty("Root").GetValue(_data);
|
||||
number = _data.GetType().GetProperty("Number").GetValue(_data);
|
||||
/* var datePayment = _data.GetType().GetProperty("DatePayment").GetValue(_data);
|
||||
DateTime datePayment2 = DateTime.ParseExact(datePayment, "yyyy-MM-dd", CultureInfo.InvariantCulture);*/
|
||||
|
||||
var datePayment = _data.GetType().GetProperty("DatePayment").GetValue(_data)?.ToString();
|
||||
DateTime? datePayment2 = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue