Ignore:
Timestamp:
09/18/22 18:09:53 (21 months ago)
Author:
Danilo <danilo.najkov@…>
Branches:
master
Parents:
49b0bbd
Message:

vip functionallity + menu fields + alergens filtering + google/fb login + email queueing

File:
1 edited

Legend:

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

    r49b0bbd r13f1472  
    1313        [JsonProperty]
    1414        public int Price { get; set; }
     15        [JsonProperty]
     16        public bool IsVipOnly { get; set; }
     17        [JsonProperty]
     18        public string Alergens { get; set; }
     19        [JsonProperty]
     20        public string Image { get; set; }
    1521    }
    1622}
Note: See TracChangeset for help on using the changeset viewer.