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