69560cfb07
Refactor: Changed the user list form to a normal form. Feature: Service Charge disabled setting removes it from the Product Form.
19 lines
354 B
C#
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");
|
|
}
|
|
}
|
|
}
|
|
}
|