CapRaffle.Controllers.ParticipantController.ParticipantController C# (CSharp) Méthode

ParticipantController() public méthode

public ParticipantController ( IEventRepository eventRepository, IAccountRepository accountrepository ) : System
eventRepository IEventRepository
accountrepository IAccountRepository
Résultat System
        public ParticipantController(IEventRepository eventRepository, IAccountRepository accountrepository)
        {
            repository = eventRepository;
            this.accountrepository = accountrepository;
        }