Example #1
0
 public bool DeleteNotifyInfo(SinoSZJS.Base.Notify.NotifyInfo CurrentInfo)
 {
     return(base.Channel.DeleteNotifyInfo(CurrentInfo));
 }
Example #2
0
 bool IUserLog.SaveNotifyInfo(SinoSZJS.Base.Notify.NotifyInfo _info)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Example #3
0
 public bool SaveNotifyInfo(SinoSZJS.Base.Notify.NotifyInfo _info)
 {
     return(base.Channel.SaveNotifyInfo(_info));
 }
Example #4
0
 public bool DeleteNotifyInfo(SinoSZJS.Base.Notify.NotifyInfo CurrentInfo)
 {
     throw new Exception("The method or operation is not implemented.");
 }