Removed magic strings from FirelanceMgr
- Renamed CSProj for both Gsm and Firelance. - Made namespace names consistent.
This commit is contained in:
@@ -7,20 +7,6 @@ namespace Gsm
|
||||
{
|
||||
public class GsmRO : IGsmSqliteDBConnection
|
||||
{
|
||||
public static class Tables
|
||||
{
|
||||
public static string Directories { get { return "Directories"; } }
|
||||
public static string GameEntry { get { return "GameEntry"; } }
|
||||
public static string RegistryList { get { return "RegistryList"; } }
|
||||
}
|
||||
|
||||
public static class Columns
|
||||
{
|
||||
public static string ID { get { return "id"; } }
|
||||
public static string GameID { get { return "GameID"; } }
|
||||
public static string GameName { get { return "GameName"; } }
|
||||
}
|
||||
|
||||
public SqliteConnection Database { get; private set; }
|
||||
public GsmRO(SqliteConnection db)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user