mirror of
https://git.battle-of-pip.de/root/vpr-mitarbeiterverwaltung.git
synced 2025-06-21 00:03:18 +02:00
8 lines
80 B
C#
8 lines
80 B
C#
namespace Library;
|
|
|
|
public enum EmployeeState
|
|
{
|
|
OUT,
|
|
IN,
|
|
BREAK,
|
|
} |