Example #1
0
 public void DeleteAuthentication(string userId, string token)
 {
     AuthenticationBusiness.DeleteAuthentication(userId, token);
 }