Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • FarmatikoData/Models/HealthcareWorkers.cs

    rc406ae5 ra8ccc2c  
    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         }
    2720    }
    2821}
Note: See TracChangeset for help on using the changeset viewer.