Exemplo n.º 1
0
 public async Task <int> AddRegistration(EventRegistrationDTO eventRegistration)
 {
     return(await _attendanceRepository.AddRegistration(eventRegistration));
 }