Ignore:
Timestamp:
09/18/22 18:09:53 (22 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/Entities/MenuItem.cs

    r49b0bbd r13f1472  
    77        public string Description { get; set; }
    88        public int Price { get; set; }
     9        public byte[] Image { get; set; }
     10        public bool IsVipOnly { get; set; }
     11        public string Alergens { get; set; }
    912        public virtual Restaurant Restaurant { get; set; }
    1013    }
Note: See TracChangeset for help on using the changeset viewer.