namespace Tiobon.Core.Services;
///
/// 录用审批单薪资 (服务)
///
public class Ghrh_OfferApplyOrderSalaryServices : BaseServices, IGhrh_OfferApplyOrderSalaryServices
{
private readonly IBaseRepository _dal;
public Ghrh_OfferApplyOrderSalaryServices(ICaching caching, IBaseRepository dal)
{
this._dal = dal;
base.BaseDal = dal;
base._caching = caching;
}
}