2025-06-06 02:01:54 +02:00

8 lines
80 B
C#

namespace Library;
public enum EmployeeState
{
OUT,
IN,
BREAK,
}