Changeset 1454207 for FarmatikoData/Models/HealthFacility.cs
- Timestamp:
- 10/01/20 03:17:09 (4 years ago)
- Branches:
- master
- Children:
- 6f203af
- Parents:
- 5d02859
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/Models/HealthFacility.cs
r5d02859 r1454207 9 9 namespace FarmatikoData.Models 10 10 { 11 public class HealthFacilit ies: BaseEntity11 public class HealthFacility : BaseEntity 12 12 { 13 public HealthFacilit ies() { }13 public HealthFacility() { } 14 14 [Required] 15 15 public string Name { get; set; } … … 22 22 public string Email { get; set; } 23 23 public string Phone { get; set; } 24 public HealthFacilit ies(string Name, string Municipality, string Address, string Type, string Email, string Phone)24 public HealthFacility(string Name, string Municipality, string Address, string Type, string Email, string Phone) 25 25 { 26 26 this.Name = Name;
Note:
See TracChangeset
for help on using the changeset viewer.