Exemplo n.º 1
0
 public async Task SaveCallInfoAsync(Call call)
 {
     await _callsRepository.AddCallAsync(call);
 }