namespace Tiobon.Core.Services;
///
/// 外训申请_宝连通 (服务)
///
public class Ghre_ExternalTrainApplyOrder_BoltoneServices : BaseServices, IGhre_ExternalTrainApplyOrder_BoltoneServices
{
private readonly IBaseRepository _dal;
public Ghre_ExternalTrainApplyOrder_BoltoneServices(ICaching caching, IBaseRepository dal)
{
this._dal = dal;
base.BaseDal = dal;
base._caching = caching;
}
}