Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • FarmatikoData/Models/HealthcareWorkers.cs

    ra8ccc2c rc406ae5  
    1818        public HealthFacilities Facility { get; set; }
    1919        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        }
    2027    }
    2128}
Note: See TracChangeset for help on using the changeset viewer.