Example #1
0
 public static TransactionResult Insert(Prestamo prestamo)
 {
     return(GenericMapper <Prestamo> .Insert(prestamo, "/prestamo/"));
 }