Beispiel #1
0
 public ServiceService(
     IUnitOfWork unitOfWork,
     IRepository <WAMS_ITEMS_SERVICE> repository,
     IStockServiceRepository customRepository)
 {
     _unitOfWork       = unitOfWork;
     _repository       = repository;
     _customRepository = customRepository;
 }
Beispiel #2
0
 public ServiceService(
     IUnitOfWork unitOfWork,
     IRepository<WAMS_ITEMS_SERVICE> repository,
     IStockServiceRepository customRepository)
 {
     _unitOfWork = unitOfWork;
     _repository = repository;
     _customRepository = customRepository;
 }