Ejemplo n.º 1
0
 public void AddRental(RentalRepresentation rental)
 {
     using (ISQLConnection dataSource = DataSource)
     {
         dataSource.AddRental(RepresentationConverter.convertRental(rental));
     }
 }