示例#1
0
文件: HuiBaoM.aspx.cs 项目: cnbin/HLB
 public static string GetWarning()
 {
     string res = "";
     ZWL.BLL.ERPHuiBao MyModel = new ZWL.BLL.ERPHuiBao();
     res = MyModel.GetListByUserNameTitleStr(ZWL.Common.PublicMethod.GetSessionValue("UserName"), "");
     return res;
 }
示例#2
0
文件: Warning.aspx.cs 项目: cnbin/HLB
 public static string GetWarning(string uname, string TitleStr)
 {
     string res = "";
     ZWL.BLL.ERPHuiBao MyModel = new ZWL.BLL.ERPHuiBao();
     res = MyModel.GetListByUserNameTitleStr(uname, TitleStr);
     return res;
 }