Files
Auth/Auth.Domain/Entities/HR/Punch.cs
T
2026-08-05 21:15:14 +03:00

16 lines
399 B
C#

// using System;
// using System.Collections.Generic;
// using System.Linq;
// using System.Threading.Tasks;
// namespace Auth.Domain.Entities.HR;
// public class Punch
// {
// public Guid Id { get; set; }
// public string EmployeeId { get; set; }
// public AppUser Employee { get; set; }
// public DateTime DateTime { get; set; }
// public bool IsAttendant { get; set; }
// }