Jason S. VanLandingham

Results 1 issues of Jason S. VanLandingham

CartController, Summary Post Method (Line 74:) CartVM.ServiceList.Add(_unitOfWork.Service.Get(serviceId)); Change to: CartVM.ServiceList.Add(_unitOfWork.Service.GetFirstOrDefault(u => u.Id == serviceId, includeProperties: "Frequency,Category")); Similar to Summary Get Method