Esempio n. 1
0
 public VolunteerApplicationController(IVolunteerApplicationService volunteerApplicationService, IUserImpersonationService userImpersonationService, IAuthenticationRepository authenticationRepository) : base(userImpersonationService, authenticationRepository)
 {
     _volunteerApplicationService = volunteerApplicationService;
 }
Esempio n. 2
0
 public VolunteerApplicationController(IVolunteerApplicationService volunteerApplicationService, IUserImpersonationService userImpersonationService) : base(userImpersonationService)
 {
     _volunteerApplicationService = volunteerApplicationService;
 }
  public VolunteerApplicationController(IVolunteerApplicationService volunteerApplicationService)
 {
     _volunteerApplicationService = volunteerApplicationService;
 }