コード例 #1
0
 public VolunteerApplicationController(IVolunteerApplicationService volunteerApplicationService, IUserImpersonationService userImpersonationService, IAuthenticationRepository authenticationRepository) : base(userImpersonationService, authenticationRepository)
 {
     _volunteerApplicationService = volunteerApplicationService;
 }
コード例 #2
0
 public VolunteerApplicationController(IVolunteerApplicationService volunteerApplicationService, IUserImpersonationService userImpersonationService) : base(userImpersonationService)
 {
     _volunteerApplicationService = volunteerApplicationService;
 }
コード例 #3
0
  public VolunteerApplicationController(IVolunteerApplicationService volunteerApplicationService)
 {
     _volunteerApplicationService = volunteerApplicationService;
 }