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