Ejemplo n.º 1
0
 public LMS.Services.UserServices.PMSServiceReference.Response ModifyUser(LMS.Services.UserServices.PMSServiceReference.UserBaseInfo userInfo)
 {
     return(base.Channel.ModifyUser(userInfo));
 }
Ejemplo n.º 2
0
 public LMS.Services.UserServices.PMSServiceReference.Response AddUser(LMS.Services.UserServices.PMSServiceReference.UserBaseInfo user)
 {
     return(base.Channel.AddUser(user));
 }