コード例 #1
0
 public System.Threading.Tasks.Task <bool> UpdateProfileAsync(int id, PresentationTier.ProfileServiceReference.Profile profile)
 {
     return(base.Channel.UpdateProfileAsync(id, profile));
 }
コード例 #2
0
 public bool UpdateProfile(int id, PresentationTier.ProfileServiceReference.Profile profile)
 {
     return(base.Channel.UpdateProfile(id, profile));
 }
コード例 #3
0
 public int Authenticate(PresentationTier.ProfileServiceReference.Profile profile)
 {
     return(base.Channel.Authenticate(profile));
 }
コード例 #4
0
 public System.Threading.Tasks.Task <int> AuthenticateAsync(PresentationTier.ProfileServiceReference.Profile profile)
 {
     return(base.Channel.AuthenticateAsync(profile));
 }
コード例 #5
0
 public int CreateProfile(PresentationTier.ProfileServiceReference.Profile profile)
 {
     return(base.Channel.CreateProfile(profile));
 }