|
|
@ -50,8 +50,8 @@ namespace ICS.Application.Business.Service |
|
|
|
, IRepository<IcsMachineCell, long> mcRepository |
|
|
|
, IRepository<IcsCrew, long> crewRepository |
|
|
|
, IRepository<IcsDct, long> dctRepository |
|
|
|
, IRepository<IcsRes, long> repository |
|
|
|
, IRepository<IcsOp2Res, long> Op2ResRepository) |
|
|
|
|
|
|
|
, IRepository<IcsOp2Res, long> Op2ResRepository |
|
|
|
, IRepository<IcsShiftType, long> shiftTypeRepository |
|
|
|
, IRepository<IcsRes, long> repository) |
|
|
|
{ |
|
|
|