Exemple #1
0
 public static Boleto get(String nossonum)
 {
     return(BoletoDAL.get(nossonum));
 }
Exemple #2
0
 public static Boleto get(Int32 id)
 {
     return(BoletoDAL.get(id));
 }