Changeset 5d02859 for FarmatikoData/Models/MedicineList.cs
- Timestamp:
- 09/30/20 10:37:22 (5 years ago)
- Branches:
- master
- Children:
- 1454207
- Parents:
- 63d885e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/Models/MedicineList.cs
r63d885e r5d02859 1 1 using System.Collections.Generic; 2 using System.ComponentModel.DataAnnotations; 2 3 using FarmatikoData.Base; 3 4 using FarmatikoData.Models; … … 11 12 { 12 13 } 14 [Required] 13 15 public Medicine Medicine { get; set; } 16 [Required] 14 17 public bool HasMedicine { get; set; } 15 18 public MedicineList(Medicine Medicine, bool HasMedicine)
Note:
See TracChangeset
for help on using the changeset viewer.