5 lines
138 B
C#
5 lines
138 B
C#
namespace xCommons.Constants {
|
|
public partial class CommonConstants {
|
|
public static char DEFAULT_LIST_SEPERATOR = ',';
|
|
}
|
|
} |