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