Changeset 0c48bbb for FarmatikoData/Models/PharmacyHead.cs
- Timestamp:
- 07/21/20 12:05:35 (4 years ago)
- Branches:
- master
- Children:
- 333cdac, 92a1f41
- Parents:
- dba4ca9 (diff), f33b0d4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/Models/PharmacyHead.cs
rdba4ca9 r0c48bbb 2 2 using System.Collections.Generic; 3 3 using System.Text; 4 using FarmatikoData.Base; 4 5 using Microsoft.EntityFrameworkCore; 5 6 6 7 namespace FarmatikoData.Models 7 8 { 8 public class PharmacyHead 9 public class PharmacyHead : BaseEntity 9 10 { 10 11 public MedicineList PharmacyMedicines { get; set; }
Note:
See TracChangeset
for help on using the changeset viewer.