diff options
Diffstat (limited to 'projecttemplates/RelyingPartyLogic/Model.OpenIdAssociation.cs')
-rw-r--r-- | projecttemplates/RelyingPartyLogic/Model.OpenIdAssociation.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/projecttemplates/RelyingPartyLogic/Model.OpenIdAssociation.cs b/projecttemplates/RelyingPartyLogic/Model.OpenIdAssociation.cs deleted file mode 100644 index 94ab09a..0000000 --- a/projecttemplates/RelyingPartyLogic/Model.OpenIdAssociation.cs +++ /dev/null @@ -1,18 +0,0 @@ -//----------------------------------------------------------------------- -// <copyright file="Model.OpenIdAssociation.cs" company="Andrew Arnott"> -// Copyright (c) Andrew Arnott. All rights reserved. -// </copyright> -//----------------------------------------------------------------------- - -namespace RelyingPartyLogic { - using System; - using System.Collections.Generic; - using System.Linq; - using System.Text; - - public partial class OpenIdAssociation { - partial void OnPrivateDataChanged() { - this.PrivateDataLength = this.PrivateData.Length; - } - } -} |