6 lines
132 B
C#
6 lines
132 B
C#
|
|
namespace Netina.Domain.DocumentEntities.Settings;
|
|||
|
|
|
|||
|
|
public class OrderingSetting
|
|||
|
|
{
|
|||
|
|
public bool HasCashPayment { get; set; }
|
|||
|
|
}
|