// 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; } // }