Exemple #1
0
 public async Task AddAuthHistoryAsync(AuthHistory history)
 {
     await _repository.AddAuthHistoryAsync(history);
 }