Changeset a8ccc2c for FarmatikoData/Models/MedicineList.cs
- Timestamp:
- 07/22/20 15:23:50 (5 years ago)
- Branches:
- master
- Children:
- 37c8d1d
- Parents:
- 96108d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/Models/MedicineList.cs
r96108d8 ra8ccc2c 1 1 using System.Collections.Generic; 2 using FarmatikoData.Base; 2 3 using FarmatikoData.Models; 3 4 using Microsoft.EntityFrameworkCore; … … 5 6 namespace FarmatikoData.Models 6 7 { 7 public class MedicineList 8 public class MedicineList : BaseEntity 8 9 { 9 10 public Medicine Medicines { get; set; }
Note:
See TracChangeset
for help on using the changeset viewer.