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