Changeset 63d885e for FarmatikoData/Models/HealthFacilities.cs
- Timestamp:
- 08/07/20 11:01:25 (5 years ago)
- Branches:
- master
- Children:
- 5d02859
- Parents:
- ee137aa (diff), c406ae5 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/Models/HealthFacilities.cs
ree137aa r63d885e 22 22 public string Email { get; set; } 23 23 public string Phone { get; set; } 24 public HealthFacilities(string Name, string Municipality, string Address, string Type, string Email, string Phone) 25 { 26 this.Name = Name; 27 this.Municipality = Municipality; 28 this.Address = Address; 29 this.Type = Type; 30 this.Email = Email; 31 this.Phone = Phone; 32 } 24 33 } 25 34 }
Note:
See TracChangeset
for help on using the changeset viewer.