9 lines
212 B
C#
9 lines
212 B
C#
|
namespace HRM.BO
|
|||
|
{
|
|||
|
public class AttendanceAutoProcessConfiguration
|
|||
|
{
|
|||
|
public int PayrollTypeForAutoAttendanceProcess { get; set; }
|
|||
|
public int NumberOfDaysToProcess { get; set; }
|
|||
|
}
|
|||
|
}
|