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/HealthFacilities.cs

    rdba4ca9 r0c48bbb  
    33using System.ComponentModel.DataAnnotations;
    44using System.Text;
     5using FarmatikoData.Base;
    56using Microsoft.EntityFrameworkCore;
    67
    78namespace FarmatikoData.Models
    89{
    9     public class HealthFacilities
     10    public class HealthFacilities : BaseEntity
    1011    {
    1112        public HealthFacilities() { }
Note: See TracChangeset for help on using the changeset viewer.