Compare commits
No commits in common. "684a805d53db35e1452c8466b9a0f7d4641042fb" and "51a9b3ae4bb32934c0420a8fd866b8c2d37ee1f1" have entirely different histories.
684a805d53
...
51a9b3ae4b
|
|
@ -23,8 +23,6 @@ public class ShippingItem : MgEntityBase, IShippingItem
|
|||
public int? ProductId { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
public string NameOnDocument { get; set; }
|
||||
public string HungarianName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// get => ProductDto?.Name ?? Name
|
||||
|
|
|
|||
|
|
@ -13,8 +13,6 @@ public interface IShippingItem : IEntityInt, ITimeStampInfo, IMeasurable, IMeasu
|
|||
int? ProductId { get; set; }
|
||||
|
||||
string Name { get; set; }
|
||||
string NameOnDocument { get; set; }
|
||||
string HungarianName { get; set; }
|
||||
|
||||
int PalletsOnDocument { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue