Finally Deployed. Don't know the total amount of changes.
This commit is contained in:
@ -1,14 +0,0 @@
|
||||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace Tanshu.Accounts.Contracts
|
||||
{
|
||||
public class ProductDisplaySmall
|
||||
{
|
||||
public virtual int Code { get; set; }
|
||||
public virtual string Name { get; set; }
|
||||
public virtual decimal Price { get; set; }
|
||||
public virtual string Category { get; set; }
|
||||
public virtual int ProductID { get; set; }
|
||||
}
|
||||
}
|
||||
@ -20,7 +20,7 @@ namespace Tanshu.Accounts.Contracts
|
||||
{
|
||||
public virtual DateTime Date { get; set; }
|
||||
public virtual string BillID { get; set; }
|
||||
public virtual string Settlement { get; set; }
|
||||
public virtual decimal Amount { get; set; }
|
||||
public virtual string Settlement { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user