narsil/Tanshu.Accounts.Contracts/Constants.cs
tanshu 69560cfb07 Chore: Removed Waiter as it was not ever used.
Refactor: Changed the user list form to a normal form.
Feature: Service Charge disabled setting removes it from the Product Form.
2016-01-18 16:13:43 +05:30

19 lines
354 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Tanshu.Accounts.Contracts
{
public sealed class Constants
{
public static Guid CASH_CUSTOMER
{
get
{
return new Guid("2C716F4B-0736-429A-AD51-610D7C47CB5E");
}
}
}
}