Bondarenko M.S. Lab Work 3 #6

Closed
maxnes3 wants to merge 5 commits from LabWork_03 into LabWork_02
Showing only changes of commit aacd47d868 - Show all commits

View File

@ -27,7 +27,7 @@ namespace ComputersShopDataBaseImplement.Models
public DateTime? DateImplement { get; set; }
public int Id { get; set; }
public Computer? Computer { get; set; }
public static Order? Create(OrderBindingModel? model)
{
if (model == null)