using Entity.Sugar;

namespace Entity.ViewModels
{
    public class View_SAL_Booking : SETB_SAL_Booking
    {

        //public List<SETB_SAL_Booking_Item> Items { get; set; }

       
        public SETB_CMS_Member Customer { get; set; }

        public SETB_PDT_ServiceBaseInfo Service { get; set; }

        public string FirstName { get; set; }

        public string LastName { get; set; }

        public string ServiceName { get; set; }

        public string SupplierName { get; set; }

        public int OrderCount { get; set; }

    }
}