fix
This commit is contained in:
parent
26a817e8c8
commit
36883c907c
@ -26,5 +26,9 @@ namespace FurnitureContracts.BindingModels
|
|||||||
public string OrdersName { get; set; } = string.Empty;
|
public string OrdersName { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string MasterName { get; set; } = string.Empty;
|
public string MasterName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public Dictionary<int, IMaterialModel> FurnitureMaterials { get; set; }
|
||||||
|
|
||||||
|
public DateTime DateTo { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,6 @@ namespace FurnitureFactoryBusinessLogic.OfficePackage
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
SavePdf(info);
|
SavePdf(info);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using FurnitureFactoryDataModels.Models;
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.ComponentModel.DataAnnotations;
|
using System.ComponentModel.DataAnnotations;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
@ -7,7 +7,7 @@ using System.ComponentModel.DataAnnotations;
|
|||||||
using System.ComponentModel.DataAnnotations.Schema;
|
using System.ComponentModel.DataAnnotations.Schema;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.HeadsetModules;
|
|
||||||
|
|
||||||
namespace FurnitureFactoryDataBaseImplement.Models
|
namespace FurnitureFactoryDataBaseImplement.Models
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user