Exemple #1
0
 public static void Guardar(ViajeBE viaje, PlanillaHorariaBE planillaHoraria)
 {
     ViajeDAL.Guardar(viaje, planillaHoraria.Id);
 }