コード例 #1
0
ファイル: Reference.cs プロジェクト: bubriks/Turakas
 public System.Threading.Tasks.Task <bool> UpdateProfileAsync(int id, MVCPresentationTier.ProfileServiceReference.Profile profile)
 {
     return(base.Channel.UpdateProfileAsync(id, profile));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: bubriks/Turakas
 public bool UpdateProfile(int id, MVCPresentationTier.ProfileServiceReference.Profile profile)
 {
     return(base.Channel.UpdateProfile(id, profile));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: bubriks/Turakas
 public int Authenticate(MVCPresentationTier.ProfileServiceReference.Profile profile)
 {
     return(base.Channel.Authenticate(profile));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: bubriks/Turakas
 public System.Threading.Tasks.Task <int> AuthenticateAsync(MVCPresentationTier.ProfileServiceReference.Profile profile)
 {
     return(base.Channel.AuthenticateAsync(profile));
 }
コード例 #5
0
ファイル: Reference.cs プロジェクト: bubriks/Turakas
 public int CreateProfile(MVCPresentationTier.ProfileServiceReference.Profile profile)
 {
     return(base.Channel.CreateProfile(profile));
 }