10 lines
326 B
C#
10 lines
326 B
C#
namespace Taloyhtio.CustomFBADataSource.CodeFiles
|
|
{
|
|
public class Constants
|
|
{
|
|
public const string QUERY_STRING_USERNAME = "UserName";
|
|
public const string FBA_CONNECTION_STRING_TALOYHTIO = "TaloyhtioFBA_String";
|
|
public const string FBA_CONNECTION_STRING_TALLIER = "TallierFBA_String";
|
|
}
|
|
}
|