24 lines
453 B
C#
24 lines
453 B
C#
// using System;
|
|
// using System.Collections.Generic;
|
|
// using System.Linq;
|
|
// using System.Threading.Tasks;
|
|
|
|
// namespace Auth.Core.Services.HR.Users;
|
|
|
|
// public class SalaryPaymentService
|
|
// {
|
|
// public SalaryPaymentService() { }
|
|
|
|
// // GetPunches()
|
|
// // GetHolidaysFromPunches()
|
|
|
|
// // PutPunchesToPunchesRules()
|
|
|
|
|
|
// // PutDaysToDaysRules()
|
|
// // CalculateHolidays()
|
|
|
|
// // CalculateSalary()
|
|
// // PaySalary()
|
|
// }
|