public CongregationController(ICongregationService congregationService, IUserImpersonationService userImpersonationService) : base(userImpersonationService)
 {
     _congregationService = congregationService;
 }
Exemple #2
0
 public CongregationController(ICongregationService congregationService, IUserImpersonationService userImpersonationService, IAuthenticationRepository authenticationRepository) : base(userImpersonationService, authenticationRepository)
 {
     _congregationService = congregationService;
 }