Beispiel #1
0
 public UserService(UserRepository researcherRepository, User_sContactRepository contactRepository,
                    User_sPersonalDataRepository persDataRepository, ImageRepository imgRepository, AducationRepository aducationRepository)
 {
     _userRepository      = researcherRepository;
     _contactRepository   = contactRepository;
     _persDataRepository  = persDataRepository;
     _imgRepository       = imgRepository;
     _aducationRepository = aducationRepository;
 }
Beispiel #2
0
 public AducationService(AducationRepository aducationRepository)
 {
     _aducRepository = aducationRepository;
 }