Fully Working build with Different print locations and table loading. Pending: Bill Settlement, Modifiers, etc.

This commit is contained in:
unknown
2011-01-17 20:25:43 +05:30
parent 76cd512ebc
commit 3ea5fc75ab
43 changed files with 81708 additions and 148 deletions

View File

@ -5,7 +5,7 @@ namespace Tanshu.Accounts.Contracts
{
public class FoodTableBO
{
public int TableID { get; set; }
public string Name { get; set; }
public virtual int TableID { get; set; }
public virtual string Name { get; set; }
}
}