Changeset 0a694bb for FarmatikoData/DTOs
- Timestamp:
- 02/07/21 16:25:56 (4 years ago)
- Branches:
- master
- Children:
- e0cdea2
- Parents:
- ac51326
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/DTOs/PharmacyDTO.cs
rac51326 r0a694bb 11 11 [JsonProperty("name")] 12 12 public string Name { get; set; } 13 [JsonProperty(" Location")]13 [JsonProperty("location")] 14 14 public string Location { get; set; } 15 15 [JsonProperty("address")] 16 16 public string Address { get; set; } 17 [JsonProperty("work alltime")]17 [JsonProperty("workAllTime")] 18 18 public bool WorkAllTime { get; set; } 19 19 [JsonProperty("headName")]
Note:
See TracChangeset
for help on using the changeset viewer.