Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • FarmatikoData/Models/PharmacyHead.cs

    r171f106 r92a1f41  
    22using System.Collections.Generic;
    33using System.Text;
    4 using FarmatikoData.Base;
    54using Microsoft.EntityFrameworkCore;
    65
    76namespace FarmatikoData.Models
    87{
    9     public class PharmacyHead : BaseEntity
     8    public class PharmacyHead
    109    {
    1110        public MedicineList PharmacyMedicines { get; set; }
Note: See TracChangeset for help on using the changeset viewer.