Misc. forgot all changes
Working on Cashier Checkout
This commit is contained in:
@ -6,7 +6,7 @@ using System.Text;
|
||||
namespace Tanshu.Accounts.Contracts
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
|
||||
public class NotNullAttribute : Attribute
|
||||
public class AllowNullAttribute : Attribute
|
||||
{
|
||||
private string message = string.Empty;
|
||||
public string Message
|
||||
|
||||
Reference in New Issue
Block a user