Ejemplo n.º 1
0
 private async Task AddStudentEvent(EventLogModel log)
 {
     await EventLogRepository.AddStudentEvent(log);
 }