Ejemplo n.º 1
0
 public virtual Task UserInformationReceived(UserInformationReceivedContext context) => OnUserInformationReceived(context);
Ejemplo n.º 2
0
 public virtual Task UserInformationReceived(UserInformationReceivedContext context) => OnUserInformationReceived(context);
 public override Task UserInformationReceived(UserInformationReceivedContext context)
 {
     return base.UserInformationReceived(context);
 }