示例#1
0
文件: BoletoBLL.cs 项目: oraculum/CEF
 public static Boleto get(String nossonum)
 {
     return(BoletoDAL.get(nossonum));
 }
示例#2
0
文件: BoletoBLL.cs 项目: oraculum/CEF
 public static Boleto get(Int32 id)
 {
     return(BoletoDAL.get(id));
 }