Changeset db484c9 for FarmatikoServices/Services/ProcessJSONService.cs
- Timestamp:
- 01/26/21 10:33:09 (4 years ago)
- Branches:
- master
- Children:
- 7d80751
- Parents:
- 8e74e2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoServices/Services/ProcessJSONService.cs
r8e74e2f rdb484c9 174 174 HealthFacility facility = _service.GetFacilityJSON(Convert.ToString(FacilityName)); 175 175 176 if (facility != null )176 if (facility != null && facility != default) 177 177 { 178 178 HealthFacility Facility = new HealthFacility(
Note:
See TracChangeset
for help on using the changeset viewer.