Changeset 7d80751 for FarmatikoServices/Services
- Timestamp:
- 01/26/21 13:55:15 (4 years ago)
- Branches:
- master
- Children:
- 7520f88
- Parents:
- db484c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoServices/Services/PHService.cs
rdb484c9 r7d80751 195 195 foreach (var med in Medicines) 196 196 { 197 if (Phead.Medicines == null || Phead.Medicines.Count() == 0) 198 break; 197 199 var PHMObj = Phead.Medicines.Where(x => x.MedicineId == med.Id).SingleOrDefault(); 198 200 if (PHMObj == null)
Note:
See TracChangeset
for help on using the changeset viewer.