- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/Models/Pharmacy.cs
ra8ccc2c rc406ae5 14 14 public string Address { get; set; } 15 15 public bool WorkAllTime { get; set; } 16 public Pharmacy(string Name, string Location, string Address, bool WorkAllTime) 17 { 18 this.Name = Name; 19 this.Location = Location; 20 this.Address = Address; 21 this.WorkAllTime = WorkAllTime; 22 } 16 23 } 17 24 }
Note:
See TracChangeset
for help on using the changeset viewer.