Ignore:
Timestamp:
07/06/22 13:13:35 (2 years ago)
Author:
Danilo <danilo.najkov@…>
Branches:
master
Children:
899b19d
Parents:
d76b7ee
Message:

reservation module changes + contact module + menu module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resTools_backend/backend/DTOs/RestaurantResponse.cs

    rd76b7ee rcc4db18  
    66    {
    77        [JsonProperty]
    8         public int Id { get; set; }
     8        public string Name { get; set; }
    99        [JsonProperty]
    10         public int? OwnerId { get; set; }
     10        public string Address { get; set; }
    1111        [JsonProperty]
    12         public string Name { get; set; }
     12        public string Phone { get; set; }
     13        [JsonProperty]
     14        public List<MenuItemResponse> Menu { get; set; }
     15        [JsonProperty]
     16        public string Base64Image { get; set; }
    1317    }
    1418}
Note: See TracChangeset for help on using the changeset viewer.