Changeset c406ae5 for FarmatikoData/Models/HealthcareWorkers.cs
- Timestamp:
- 08/05/20 18:39:58 (5 years ago)
- Branches:
- master
- Children:
- 63d885e
- Parents:
- a6bbad1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/Models/HealthcareWorkers.cs
ra6bbad1 rc406ae5 18 18 public HealthFacilities Facility { get; set; } 19 19 public string Title { get; set; } 20 public HealthcareWorkers(string Name, string Branch, HealthFacilities Facility, string Title) 21 { 22 this.Name = Name; 23 this.Branch = Branch; 24 this.Facility = Facility; 25 this.Title = Title; 26 } 20 27 } 21 28 }
Note:
See TracChangeset
for help on using the changeset viewer.