Breaking 05_03 in twain
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
using System;
|
||||
using HPlusSports.Requests;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using HPlusSports.Requests;
|
||||
|
||||
namespace HPlusSports.Services
|
||||
{
|
||||
@ -38,8 +38,8 @@ namespace HPlusSports.Services
|
||||
existing.Price = request.Price;
|
||||
existing.SKU = request.SKU;
|
||||
existing.Summary = request.Summary;
|
||||
|
||||
existing.LastUpdated = DateTime.UtcNow;
|
||||
existing.LastUpdatedUserId = request.LastUpdatedUserId;
|
||||
|
||||
_context.SaveChanges();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user