You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tiobon.Web.Core/Tiobon.Core.Services/Ghrh/Ghrh_ExternalTrainApplyOrde...

15 lines
711 B

namespace Tiobon.Core.Services;
/// <summary>
/// 外训申请_宝连通 (服务)
/// </summary>
public class Ghrh_ExternalTrainApplyOrder_BoltoneServices : BaseServices<Ghrh_ExternalTrainApplyOrder_Boltone, Ghrh_ExternalTrainApplyOrder_BoltoneDto, InsertGhrh_ExternalTrainApplyOrder_BoltoneInput, EditGhrh_ExternalTrainApplyOrder_BoltoneInput>, IGhrh_ExternalTrainApplyOrder_BoltoneServices
{
private readonly IBaseRepository<Ghrh_ExternalTrainApplyOrder_Boltone> _dal;
public Ghrh_ExternalTrainApplyOrder_BoltoneServices(ICaching caching, IBaseRepository<Ghrh_ExternalTrainApplyOrder_Boltone> dal)
{
this._dal = dal;
base.BaseDal = dal;
base._caching = caching;
}
}