32 lines
513 B
C#
32 lines
513 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using Ease.CoreV35;
|
|
using Ease.CoreV35.Model;
|
|
using Ease.CoreV35.Caching;
|
|
|
|
namespace Payroll.BO
|
|
{
|
|
[Serializable]
|
|
public class SalaryException
|
|
{
|
|
#region Define Class Veriable
|
|
|
|
|
|
#endregion Define Class Veriable
|
|
public SalaryException()
|
|
{
|
|
|
|
}
|
|
public void SalaryExceptionCalculation(SalaryCalculator scalculator)
|
|
{
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
}
|