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