Changeset 171f106 for FarmatikoData/Models/PharmacyHead.cs
- Timestamp:
- 07/20/20 15:46:14 (4 years ago)
- Branches:
- master
- Children:
- f33b0d4
- Parents:
- 30a465f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/Models/PharmacyHead.cs
r30a465f r171f106 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.