Ignore:
Timestamp:
07/21/20 12:05:35 (4 years ago)
Author:
Mile Jankuloski <mile.jankuloski@…>
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.
Message:

Merge branch 'master' of https://develop.finki.ukim.mk/git/farmatiko
Updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • FarmatikoData/Models/MedicineList.cs

    rdba4ca9 r0c48bbb  
    11using System.Collections.Generic;
     2using FarmatikoData.Base;
    23using FarmatikoData.Models;
    34using Microsoft.EntityFrameworkCore;
     
    56namespace FarmatikoData.Models
    67{
    7     public class MedicineList
     8    public class MedicineList : BaseEntity
    89    {
    9         public Medicine Medicines { get; set; }
     10        public Medicine Medicine { get; set; }
    1011        public bool HasMedicine { get; set; }
    1112        public ICollection<Medicine> MedicinesList { get; set; }
Note: See TracChangeset for help on using the changeset viewer.