Beispiel #1
0
 public Task <UserDetails> GetGroupHost(string groupId)
 {
     return(_userTracker.GetGroupHost(groupId));
 }