FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/SQLiteRepository/LogDirectionDb.cs
chris.watts90@outlook.com 38fab21afd renamed TimeLogDB to TimeLogDb.
moved LogDirectionDB to its own file and renamed to LogDirectionDb
2017-02-09 21:33:52 +00:00

9 lines
129 B
C#

namespace SQLiteRepository
{
public enum LogDirectionDb
{
UNKNOWN = 0,
IN = 1,
OUT = 2
}
}