24 lines
518 B
C#
24 lines
518 B
C#
namespace xTermsAndConditionsService.Constants
|
|
{
|
|
public struct XTermsAndConditionsServiceConstants
|
|
{
|
|
//
|
|
// Service Extensions Log Tag ...
|
|
public const string XTermsAndConditionsServiceDILogTag = "XTermsAndConditionsService";
|
|
|
|
//
|
|
// Table Mapping Identifiers ...
|
|
|
|
//
|
|
// GraphQL Collection Mappings ...
|
|
|
|
//
|
|
// Hubs ...
|
|
|
|
//
|
|
// Custome Constants ...
|
|
|
|
//
|
|
// EF Repositories Helper Extensions ...
|
|
}
|
|
} |