Пример #1
0
 public SubInvController(
     IUnitOfWorkAsync unitOfWorkAsync,
     ISubInventoryService subInventoryService)
 {
     _unitOfWorkAsync     = unitOfWorkAsync;
     _subInventoryService = subInventoryService;
 }