summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId/OpenId/Messages/AssociateSuccessfulResponseContract.cs
blob: 39a79a4d6fecc9ef587fec4e2225d8ad3292f99d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// <auto-generated />

namespace DotNetOpenAuth.OpenId.Messages {
	using System;
	using System.Collections.Generic;
	using System.Diagnostics;
	using System.Diagnostics.Contracts;
	using System.Linq;
	using System.Text;
	using DotNetOpenAuth.Messaging;

	[ContractClassFor(typeof(AssociateSuccessfulResponse))]
	internal abstract class AssociateSuccessfulResponseContract : AssociateSuccessfulResponse {
		protected AssociateSuccessfulResponseContract() : base(null, null) {
		}
	}
}