コード例 #1
0
 public void DeleteAuthorizationCode(AuthorizationCode code)
 {
     authCodeRepository.Delete(code);
 }