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