12
This commit is contained in:
@@ -9,13 +9,13 @@ namespace MyCode.Project.Services.Implementation
|
||||
|
||||
#region 初始化
|
||||
private readonly IRepository _repository;
|
||||
private readonly LxmRepository _lxmRepository;
|
||||
private readonly WMSRepository _lxmRepository;
|
||||
|
||||
private IMyCodeCacheService _myCodeCacheService;
|
||||
|
||||
|
||||
public ApiLogService(IRepository repository
|
||||
, LxmRepository lxmRepository
|
||||
, WMSRepository lxmRepository
|
||||
, IMyCodeCacheService myCodeCacheService
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user