Bondarenko M.S. Lab Work 3 hard #13

Closed
maxnes3 wants to merge 8 commits from LabWork_03_hard into LabWork_02_hard
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)