Example #1
0
 public bool DelOrg(SinoSZJS.Base.Authorize.SinoOrganize sinoOrganize)
 {
     return(base.Channel.DelOrg(sinoOrganize));
 }
Example #2
0
 public bool PastePostToOrg(SinoSZJS.Base.Authorize.SinoPost[] _clipPad, SinoSZJS.Base.Authorize.SinoOrganize _org)
 {
     return(base.Channel.PastePostToOrg(_clipPad, _org));
 }
Example #3
0
 public bool AddNewOrg(string ShotName, string FullName, SinoSZJS.Base.Authorize.SinoOrganize FatherOrg)
 {
     return(base.Channel.AddNewOrg(ShotName, FullName, FatherOrg));
 }
Example #4
0
 public SinoSZJS.Base.Authorize.SinoPost[] GetPostListInOrg(SinoSZJS.Base.Authorize.SinoOrganize CurrentOrg)
 {
     return(base.Channel.GetPostListInOrg(CurrentOrg));
 }
Example #5
0
 public SinoSZJS.Base.Report.MD_ReportItem[] GetReportsBySelected(System.DateTime StartDate, System.DateTime EndDate, SinoSZJS.Base.Report.MD_ReportName[] SelectReportNames, SinoSZJS.Base.Authorize.SinoOrganize Org, string ReportType)
 {
     return(base.Channel.GetReportsBySelected(StartDate, EndDate, SelectReportNames, Org, ReportType));
 }
Example #6
0
 public SinoSZJS.Base.Report.MD_ReportItem[] GetReportsOfOrg(SinoSZJS.Base.Report.MD_ReportName ReportName, SinoSZJS.Base.Authorize.SinoOrganize Org, string ReportType)
 {
     return(base.Channel.GetReportsOfOrg(ReportName, Org, ReportType));
 }
Example #7
0
 public List <MD_ReportItem> GetReports(DateTime _startDate, DateTime _endDate, List <MD_ReportName> _selectReportNames, SinoSZJS.Base.Authorize.SinoOrganize OrgID, string reportType)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Example #8
0
 public List <MD_ReportItem> GetReports(MD_ReportName _ReportName, SinoSZJS.Base.Authorize.SinoOrganize _Org, string reportType)
 {
     throw new Exception("The method or operation is not implemented.");
 }