Beispiel #1
0
 public UserController(IUserRepo repoUser, IAddressRepo repoAddress, IMapper mapper, IConfiguration config_)
 {
     _repositoryPerson  = repoUser;
     _repositoryAddress = repoAddress;
     _mapper            = mapper;
     _configuration     = config_;
     simpleHash         = new SimpleHash();
 }