Пример #1
0
 public async Task Post([FromBody] Profile value)
 {
     await _eventHubSenderService.SendAsync <Profile>(value);
 }