Exemplo n.º 1
0
 public Task SendCoreAsync(string method, object[] args)
 {
     return(_lifetimeManager.SendUserAsync(_userId, method, args));
 }