Fixes.
This commit is contained in:
parent
7cf85f1270
commit
4b855342be
@ -30,7 +30,7 @@ namespace DressAtelierContracts.ViewModels
|
||||
[Column(title:"Employee's name", width: 150)]
|
||||
public string? EmployeeFullName { get; set; } = string.Empty;
|
||||
|
||||
[Column(title: "DressName", gridViewAutoSize: GridViewAutoSize.Fill, isUseAutoSize: true)]
|
||||
[Column(title: "DressName", width: 150)]
|
||||
public string DressName { get; set; } = string.Empty;
|
||||
|
||||
[Column(title: "Quantity", width: 100)]
|
||||
|
@ -16,6 +16,7 @@ using System.Xml.Linq;
|
||||
|
||||
namespace DressAtelierDatabaseImplementation.Models
|
||||
{
|
||||
[DataContract]
|
||||
public class Order : IOrderModel
|
||||
{
|
||||
[DataMember]
|
||||
|
Loading…
Reference in New Issue
Block a user