Partly working
This commit is contained in:
11
Tanshu.Accounts.Contracts/Data Contracts/FoodTableBO.cs
Normal file
11
Tanshu.Accounts.Contracts/Data Contracts/FoodTableBO.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace Tanshu.Accounts.Contracts
|
||||
{
|
||||
public class FoodTableBO
|
||||
{
|
||||
public int TableID { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user