Compare commits
No commits in common. "89ea17e11020a7bdc1468b0a3f7bb04d688b7e0d" and "e1bc27415a7d05f89e0b1cb06ac2425841f668f0" have entirely different histories.
89ea17e110
...
e1bc27415a
@ -28,8 +28,5 @@ namespace FurnitureContracts.ViewModel
|
||||
public int OrdersId { get; set; }
|
||||
public string OrdersName { get; set; } = string.Empty;
|
||||
|
||||
public Dictionary<int, IMaterialModel> FurnitureMaterials { get; set; }
|
||||
|
||||
public DateTime DateTo { get; set; }
|
||||
}
|
||||
}
|
||||
|
@ -22,11 +22,5 @@ namespace FurnitureContracts.ViewModel
|
||||
public Dictionary<int, IMaterialModel> HeadsetModuleMaterial { get; set; }
|
||||
|
||||
public string MasterName { get; set; } = string.Empty;
|
||||
|
||||
public string Name { get; set; } = string.Empty;
|
||||
|
||||
public DateTime DateIssue { get; set; }
|
||||
|
||||
public DateTime DateDelivery { get; set; }
|
||||
}
|
||||
}
|
||||
|
@ -1,17 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FurnitureFactoryBusinessLogic.OfficePackage.HelperModels
|
||||
{
|
||||
internal class ExcelInfoMaster
|
||||
{
|
||||
public string FileName { get; set; } = string.Empty;
|
||||
|
||||
public string Title { get; set; } = string.Empty;
|
||||
|
||||
//public List<> { get; set; } = new();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user