コード例 #1
0
 public DeleteCommandHandler(IJobSavedRepository repository, IUnitOfWork unitOfWork, IAuthenticatedUserService _authenticatedUser)
 {
     _repository             = repository;
     _unitOfWork             = unitOfWork;
     this._authenticatedUser = _authenticatedUser;
 }
コード例 #2
0
 public GetAllQueryHandler(IJobSavedRepository repository, IAuthenticatedUserService _authenticatedUser)
 {
     _repository             = repository;
     this._authenticatedUser = _authenticatedUser;
 }