refactor and add using constants instead of hard coded strings ...
This commit is contained in:
@@ -214,7 +214,7 @@ namespace xTermsAndConditionsService.DI
|
||||
/// <summary>
|
||||
/// a LogTag for Service ...
|
||||
/// </summary>
|
||||
private static string XLogTag = "XTermsAndConditionsService";
|
||||
private static string XLogTag = XTermsAndConditionsServiceConstants.XTermsAndConditionsServiceDILogTag;
|
||||
|
||||
/// <summary>
|
||||
/// print a log in Console ...
|
||||
|
||||
Reference in New Issue
Block a user