Ignore:
Timestamp:
07/20/20 15:46:14 (4 years ago)
Author:
DimitarSlezenkovski <dslezenkovski@…>
Branches:
master
Children:
f33b0d4
Parents:
30a465f
Message:

Add BaseEntity class and it's inheritance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • FarmatikoData/Models/Pandemic.cs

    r30a465f r171f106  
    22using System.Collections.Generic;
    33using System.Text;
     4using FarmatikoData.Base;
    45using Microsoft.EntityFrameworkCore;
    56
    67namespace FarmatikoData.Models
    78{
    8     public class Pandemic
     9    public class Pandemic : BaseEntity
    910    {
    1011        public Pandemic() { }
Note: See TracChangeset for help on using the changeset viewer.