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/Tiobon.Core.Services/Ghrz/Ghrz_Shihua_OA_EmploymentSe...

15 lines
615 B

namespace Tiobon.Core.Services;
/// <summary>
/// Ghrz_Shihua_OA_Employment (服务)
/// </summary>
public class Ghrz_Shihua_OA_EmploymentServices : BaseServices<Ghrz_Shihua_OA_Employment, Ghrz_Shihua_OA_EmploymentDto, InsertGhrz_Shihua_OA_EmploymentInput, EditGhrz_Shihua_OA_EmploymentInput>, IGhrz_Shihua_OA_EmploymentServices
{
private readonly IBaseRepository<Ghrz_Shihua_OA_Employment> _dal;
public Ghrz_Shihua_OA_EmploymentServices(ICaching caching, IBaseRepository<Ghrz_Shihua_OA_Employment> dal)
{
this._dal = dal;
base.BaseDal = dal;
base._caching = caching;
}
}