Пример #1
0
 public virtual Task UserInformationReceived(UserInformationReceivedContext context) => OnUserInformationReceived(context);
Пример #2
0
 public virtual Task UserInformationReceived(UserInformationReceivedContext context) => OnUserInformationReceived(context);
 public override Task UserInformationReceived(UserInformationReceivedContext context)
 {
     return base.UserInformationReceived(context);
 }