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