Beispiel #1
0
 public async Task <IActionResult> Add([FromBody] CallsVM Call)
 {
     return(Ok(await _callRepository.AddCall(Call)));
 }