예제 #1
0
 public async Task <int> AddEvent(EventDTO e)
 {
     return(await _attendanceRepository.AddEvent(e));
 }