Breaking Changes. Upgrade Script in Sql directory. Deployed
This commit is contained in:
@ -1,12 +1,14 @@
|
||||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
using FluentNHibernate.Mapping;
|
||||
using Tanshu.Accounts.Contracts;
|
||||
|
||||
namespace Tanshu.Accounts.Entities
|
||||
{
|
||||
public class Tax
|
||||
{
|
||||
public virtual int TaxID { get; set; }
|
||||
[NotNull, Unique]
|
||||
public virtual string Name { get; set; }
|
||||
public virtual decimal Rate { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user