コード例 #1
0
 public ServiceService(
     IUnitOfWork unitOfWork,
     IRepository <WAMS_ITEMS_SERVICE> repository,
     IStockServiceRepository customRepository)
 {
     _unitOfWork       = unitOfWork;
     _repository       = repository;
     _customRepository = customRepository;
 }
コード例 #2
0
ファイル: ServiceService.cs プロジェクト: xuantranm/V3System
 public ServiceService(
     IUnitOfWork unitOfWork,
     IRepository<WAMS_ITEMS_SERVICE> repository,
     IStockServiceRepository customRepository)
 {
     _unitOfWork = unitOfWork;
     _repository = repository;
     _customRepository = customRepository;
 }