Esempio n. 1
0
 public async Task SendStatus(StatusModel status)
 {
     await _connection.SendAsync("SendStatus", status);
 }