コード例 #1
0
 public static TransactionResult Insert(Prestamo prestamo)
 {
     return(GenericMapper <Prestamo> .Insert(prestamo, "/prestamo/"));
 }
コード例 #2
0
 public static TransactionResult Insert(Cliente cliente)
 {
     return(GenericMapper <Cliente> .Insert(cliente, "/cliente/"));
 }